Also log missing localization found in frontend (only when MODE == dev)

This commit is contained in:
Bernd Bestel
2018-09-30 13:02:07 +02:00
parent 176333df5b
commit f451e65278
7 changed files with 86 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ $app->group('/api', function()
// System
$this->get('/system/get-db-changed-time', '\Grocy\Controllers\SystemApiController:GetDbChangedTime');
$this->post('/system/log-missing-localization', '\Grocy\Controllers\SystemApiController:LogMissingLocalization');
// Files
$this->post('/files/upload/{group}', '\Grocy\Controllers\FilesApiController:Upload');