mirror of
https://github.com/Xevion/banner.git
synced 2025-12-16 18:11:12 -06:00
6 lines
84 B
Rust
6 lines
84 B
Rust
//! Web API module for the banner application.
|
|
|
|
pub mod routes;
|
|
|
|
pub use routes::*;
|