factor out server code into api_server.rs

This commit is contained in:
Dietmar Maurer
2018-11-14 13:22:33 +01:00
parent a9696f7beb
commit 1a53be1443
4 changed files with 99 additions and 67 deletions

View File

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