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