greg-ng/src/api.rs

5 lines
74 B
Rust
Raw Normal View History

mod base;
mod rest_wrapper_v1;
2024-04-14 00:55:00 +02:00
pub use rest_wrapper_v1::rest_api_routes;