cleanup module names

This commit is contained in:
Dietmar Maurer
2018-11-15 17:07:10 +01:00
parent c0262d7480
commit f17db0abfd
7 changed files with 17 additions and 107 deletions

View File

@ -1,14 +1,17 @@
pub mod static_map;
#[macro_use]
pub mod json_schema;
pub mod api {
#[macro_use]
pub mod api_info;
#[macro_use]
pub mod schema;
#[macro_use]
pub mod router;
pub mod config;
pub mod server;
pub mod api_config;
}
pub mod api_server;
pub mod api3;