debut logique pour post sur la route

This commit is contained in:
2024-12-04 14:05:11 +01:00
parent 5a6990faa1
commit b78154c582
5 changed files with 86 additions and 12 deletions

View File

@ -2,6 +2,7 @@
return [
'routes' => [
['name' => 'page#main', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#post', 'url' => '/post', 'verb' => 'POST'],
['name' => 'page#zipDrop', 'url' => '/zipDrop', 'verb' => 'GET'],
['name' => 'page#getZipFile', 'url' => '/getZipFile', 'verb' => 'POST']
]
];