split admin/users component, ref #28

you could take this as reference for other components
This commit is contained in:
lesion
2019-07-25 12:37:50 +02:00
parent c197ead49f
commit 0cf02a0b53
3 changed files with 119 additions and 109 deletions

View File

@@ -45,7 +45,6 @@ const settingsController = {
},
async getUserLocale(req, res) {
console.error(user_locale_path)
// load user locale specified in configuration
if (user_locale_path) {
res.json(require(user_locale_path))