greg-ng/src/api.rs

5 lines
91 B
Rust
Raw Normal View History

mod base;
mod rest_wrapper_v1;
2024-04-14 00:55:00 +02:00
2024-10-30 01:29:09 +01:00
pub use rest_wrapper_v1::{rest_api_routes, rest_api_docs};