greg-ng/src/api.rs

5 lines
91 B
Rust
Raw Permalink Normal View History

mod base;
mod rest_wrapper_v1;
2024-04-14 00:55:00 +02:00
2024-12-14 13:46:42 +01:00
pub use rest_wrapper_v1::{rest_api_docs, rest_api_routes};