* robots.txt added
* deploy updated * export route changed to include file extension
This commit is contained in:
@@ -29,4 +29,4 @@
|
||||
$app->get('/', App\Action\HomePageAction::class, 'home');
|
||||
$app->get('/api/galleries', App\Action\ListGalleriesAction::class, 'api.galleries');
|
||||
$app->get('/image/{slug}/{image}[/{thumb}]', App\Action\GetImageAction::class, 'download.image');
|
||||
$app->get('/export-album/{slug}', App\Action\ExportAlbumAction::class, 'export.album');
|
||||
$app->get('/export-album/{slug}.zip', App\Action\ExportAlbumAction::class, 'export.album');
|
||||
|
||||
Reference in New Issue
Block a user