missing i18n in setup, fix #239
This commit is contained in:
@@ -43,6 +43,7 @@ module.exports = () => {
|
||||
api.post('/setup/db', setupController.setupDb)
|
||||
api.post('/setup/restart', setupController.restart)
|
||||
api.post('/settings/smtp', settingsController.testSMTP)
|
||||
api.get('/locale/:locale', localeController.get)
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user