src/api2/admin/datastore.rs: remove test-upload api

This commit is contained in:
Dietmar Maurer 2019-06-07 07:52:11 +02:00
parent 113898d7e9
commit 4800df7ba6
1 changed files with 0 additions and 4 deletions

View File

@ -387,10 +387,6 @@ pub fn router() -> Router {
Router::new()
.download(pxar::api_method_download_pxar())
.upload(pxar::api_method_upload_pxar()))
.subdir(
"test-upload",
Router::new()
.upgrade(upload::api_method_upgrade_upload()))
.subdir(
"gc",
Router::new()