greg-ng/src/api.rs
2024-10-30 01:53:08 +01:00

5 lines
91 B
Rust

mod base;
mod rest_wrapper_v1;
pub use rest_wrapper_v1::{rest_api_routes, rest_api_docs};