telechargement ping pong

This commit is contained in:
2024-12-11 14:14:36 +01:00
parent b78154c582
commit 60ef5065d4
4 changed files with 66 additions and 51 deletions

View File

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