Fix docs for /server/check-updates (#447)

This commit is contained in:
Valter Martinek
2022-11-11 13:51:29 +01:00
committed by GitHub
parent 7237161d52
commit c0948209be

View File

@@ -48,7 +48,7 @@ object SettingsController {
) )
}, },
withResults = { withResults = {
json<UpdateDataClass>(HttpCode.OK) json<Array<UpdateDataClass>>(HttpCode.OK)
} }
) )
} }