rename src/api to src/api_schema

This commit is contained in:
Dietmar Maurer
2019-02-17 09:59:20 +01:00
parent 5ddf8cb10a
commit dc9a007b11
35 changed files with 72 additions and 74 deletions

View File

@ -5,8 +5,8 @@ use failure::*;
use proxmox_backup::tools;
use proxmox_backup::cli::command::*;
use proxmox_backup::api::schema::*;
use proxmox_backup::api::router::*;
use proxmox_backup::api_schema::schema::*;
use proxmox_backup::api_schema::router::*;
use proxmox_backup::client::*;
//use proxmox_backup::backup::chunk_store::*;
//use proxmox_backup::backup::image_index::*;