src/api2/admin/datastore/pxar.rs: remove pxar upload api
Upload needs to be done using the backup protocol.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user