Fix settings/check-update endpoint (#445)

This commit is contained in:
Valter Martinek
2022-11-10 19:02:27 +01:00
committed by GitHub
parent 94c2e21e2b
commit 7237161d52

View File

@@ -43,7 +43,7 @@ object SettingsController {
}
},
behaviorOf = { ctx ->
ctx.json(
ctx.future(
future { AppUpdate.checkUpdate() }
)
},