1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Admin Panel: Themes #171 #165

- next round of implementation.
This commit is contained in:
Awilum
2019-06-24 22:08:53 +03:00
parent a4754e4af4
commit 3c686fd5f8

View File

@@ -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');