4 lines
69 B
Rust
4 lines
69 B
Rust
|
|
pub mod handlers;
|
||
|
|
pub mod routes;
|
||
|
|
|
||
|
|
pub use routes::create_api_routes;
|