improve api_schema module structure
This commit is contained in:
@ -3,7 +3,7 @@ use failure::*;
|
||||
|
||||
use crate::tools;
|
||||
use crate::api2::*;
|
||||
//use crate::api_schema::schema::*;
|
||||
//use crate::api_schema::*;
|
||||
//use crate::api_schema::router::*;
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
|
@ -1,7 +1,7 @@
|
||||
use failure::*;
|
||||
|
||||
//use crate::tools;
|
||||
use crate::api_schema::schema::*;
|
||||
use crate::api_schema::*;
|
||||
use crate::api_schema::router::*;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
use failure::*;
|
||||
|
||||
use crate::tools;
|
||||
use crate::api_schema::schema::*;
|
||||
use crate::api_schema::*;
|
||||
use crate::api_schema::router::*;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
use failure::*;
|
||||
|
||||
use crate::api_schema::schema::*;
|
||||
use crate::api_schema::*;
|
||||
use crate::api_schema::router::*;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
use failure::*;
|
||||
|
||||
use crate::tools;
|
||||
use crate::api_schema::schema::*;
|
||||
use crate::api_schema::*;
|
||||
use crate::api_schema::router::*;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
|
Reference in New Issue
Block a user