missing i18n in setup, fix #239

This commit is contained in:
lesion
2023-02-21 00:55:44 +01:00
parent 3eaf72af19
commit fc098b603d
2 changed files with 3 additions and 0 deletions

View File

@@ -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 {