5 lines
91 B
Rust
5 lines
91 B
Rust
mod base;
|
|
mod rest_wrapper_v1;
|
|
|
|
pub use rest_wrapper_v1::{rest_api_routes, rest_api_docs};
|