This commit is contained in:
Aria Moradi
2021-08-21 06:13:35 +04:30
parent 978ccfeeba
commit 1e094a467a
@@ -134,7 +134,7 @@ object BackupController {
}
/** Reports missing sources and trackers, expects a Tachiyomi protobuf backup in the body */
fun protobufValidate(ctx: Context) { // TODO
fun protobufValidate(ctx: Context) {
ctx.json(
JavalinSetup.future {
ProtoBackupValidator.validate(ctx.bodyAsInputStream())