diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/routes.php b/src/config/routes.php index c8bb52f..aa7e34e 100644 --- a/src/config/routes.php +++ b/src/config/routes.php @@ -31,3 +31,4 @@ $router->get('/gallery', 'GalleryController', 'index'); // Editor $router->get('/editor', 'EditorController', 'show'); $router->post('/editor', 'EditorController', 'store'); +$router->post('/editor/delete/{id}', 'EditorController', 'destroy'); |
