improve api_schema module structure

This commit is contained in:
Dietmar Maurer
2019-02-17 10:16:33 +01:00
parent dc9a007b11
commit ef2f2efbcc
27 changed files with 29 additions and 27 deletions

View File

@ -1,4 +1,4 @@
use crate::api_schema::schema::*;
use crate::api_schema::*;
use crate::api_schema::router::*;
use serde_json::{json};