move ApiConfig into extra file

This commit is contained in:
Dietmar Maurer
2018-11-15 10:14:08 +01:00
parent 9bc17e8dcd
commit 16b48b81c5
4 changed files with 75 additions and 63 deletions

View File

@ -6,6 +6,8 @@ pub mod json_schema;
#[macro_use]
pub mod api_info;
pub mod api_config;
pub mod api_server;
pub mod api3;