update: custom theme

This commit is contained in:
tokumeikoi
2022-05-03 14:28:00 +08:00
parent a0ebcb948b
commit 20e365e771
4 changed files with 47 additions and 12 deletions

View File

@ -117,6 +117,7 @@ class AdminRoute
// Theme
$router->get ('/theme/getThemes', 'Admin\\ThemeController@getThemes');
$router->post('/theme/saveThemeConfig', 'Admin\\ThemeController@saveThemeConfig');
$router->get ('/theme/getThemeConfig', 'Admin\\ThemeController@getThemeConfig');
});
}
}