mirror of
https://github.com/Xevion/banner.git
synced 2025-12-15 06:11:11 -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::*;
|