mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-13 07:44:34 -05:00
protobuf backup endpoints
This commit is contained in:
@@ -92,6 +92,12 @@ object MangaAPI {
|
||||
|
||||
get("legacy/export", BackupController::legacyExport)
|
||||
get("legacy/export/file", BackupController::legacyExportFile)
|
||||
|
||||
post("protobuf/import", BackupController::protobufImport)
|
||||
post("protobuf/import/file", BackupController::protobufImportFile)
|
||||
|
||||
get("protobuf/export", BackupController::protobufExport)
|
||||
get("protobuf/export/file", BackupController::protobufExportFile)
|
||||
}
|
||||
|
||||
path("downloads") {
|
||||
|
||||
Reference in New Issue
Block a user