got rid of legacy backups

This commit is contained in:
Aria Moradi
2021-08-21 06:23:58 +04:30
parent 1e094a467a
commit 6c278604ec
13 changed files with 0 additions and 794 deletions

View File

@@ -85,14 +85,6 @@ object MangaAPI {
}
path("backup") {
path("legacy") { // legacy json
post("import", BackupController::legacyImport)
post("import/file", BackupController::legacyImportFile)
get("export", BackupController::legacyExport)
get("export/file", BackupController::legacyExportFile)
}
post("import", BackupController::protobufImport)
post("import/file", BackupController::protobufImportFile)