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

@ -1,5 +1,5 @@
use crate::api::schema::*;
use crate::api::router::*;
use crate::api_schema::schema::*;
use crate::api_schema::router::*;
use serde_json::{json};
mod time;