another way to initialize the api tree

This commit is contained in:
Dietmar Maurer
2018-11-03 10:42:48 +01:00
parent 0e6967d648
commit 504b359724
5 changed files with 91 additions and 90 deletions

View File

@ -1,3 +1,10 @@
pub mod static_map;
#[macro_use]
pub mod json_schema;
#[macro_use]
pub mod api_info;
pub mod api3;