Documentation cleanup (#417)

This commit is contained in:
Mitchell Syer
2022-10-11 05:24:45 -04:00
committed by GitHub
parent f2d1c6e3cb
commit 71730fddad
4 changed files with 17 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ object BackupController {
)
},
withResults = {
mime(HttpCode.OK, "application/octet-stream")
stream(HttpCode.OK)
}
)
@@ -124,7 +124,7 @@ object BackupController {
)
},
withResults = {
mime(HttpCode.OK, "application/octet-stream")
stream(HttpCode.OK)
}
)