accounters/webserver/src/routes.rs

4 lines
48 B
Rust
Raw Normal View History

2024-02-19 23:51:18 +01:00
pub mod api;
pub mod static_routes;
pub mod ui;