mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-11 07:12:06 +01:00
Fix settings/check-update endpoint (#445)
This commit is contained in:
@@ -43,7 +43,7 @@ object SettingsController {
|
||||
}
|
||||
},
|
||||
behaviorOf = { ctx ->
|
||||
ctx.json(
|
||||
ctx.future(
|
||||
future { AppUpdate.checkUpdate() }
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user