mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
not TODO
This commit is contained in:
@@ -134,7 +134,7 @@ object BackupController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Reports missing sources and trackers, expects a Tachiyomi protobuf backup in the body */
|
/** Reports missing sources and trackers, expects a Tachiyomi protobuf backup in the body */
|
||||||
fun protobufValidate(ctx: Context) { // TODO
|
fun protobufValidate(ctx: Context) {
|
||||||
ctx.json(
|
ctx.json(
|
||||||
JavalinSetup.future {
|
JavalinSetup.future {
|
||||||
ProtoBackupValidator.validate(ctx.bodyAsInputStream())
|
ProtoBackupValidator.validate(ctx.bodyAsInputStream())
|
||||||
|
|||||||
Reference in New Issue
Block a user