5 lines
74 B
Rust
5 lines
74 B
Rust
mod base;
|
|
mod rest_wrapper_v1;
|
|
|
|
pub use rest_wrapper_v1::rest_api_routes;
|