diff --git a/site/plugins/admin/routes/web.php b/site/plugins/admin/routes/web.php index 5ea300b9..e3aeb691 100644 --- a/site/plugins/admin/routes/web.php +++ b/site/plugins/admin/routes/web.php @@ -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');