src/api2/admin/datastore/pxar.rs: remove pxar upload api

Upload needs to be done using the backup protocol.
This commit is contained in:
Dietmar Maurer
2019-06-25 09:45:35 +02:00
parent dd8e744f9a
commit da7d67213e
2 changed files with 1 additions and 131 deletions

View File

@ -412,7 +412,7 @@ pub fn router() -> Router {
"pxar",
Router::new()
.download(pxar::api_method_download_pxar())
.upload(pxar::api_method_upload_pxar()))
)
.subdir(
"gc",
Router::new()