mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
@@ -57,6 +57,7 @@ $app->group('/' . $admin_route, function () use ($flextype, $app) {
|
||||
|
||||
// ThemesController
|
||||
$app->get('/themes', 'ThemesController:index')->setName('admin.themes.index');
|
||||
$app->post('/themes/activateProcess', 'ThemesController:activateProcess')->setName('admin.themes.activateProcess');
|
||||
|
||||
// TemplatesController
|
||||
$app->get('/templates', 'TemplatesController:index')->setName('admin.templates.index');
|
||||
|
Reference in New Issue
Block a user