src/api2.rs: move backup api to /backup

This commit is contained in:
Dietmar Maurer
2019-06-05 07:23:21 +02:00
parent 97eeea3b4a
commit 7773ccc11f
8 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ use proxmox_backup::api_schema::format::*;
fn main() -> Result<(), Error> {
let api = api2::admin::datastore::backup::backup_api();
let api = api2::backup::backup_api();
dump_api(&mut std::io::stdout(), &api, ".", 0)?;