accounters/webserver/src/routes.rs
2024-02-19 23:51:18 +01:00

3 lines
48 B
Rust

pub mod api;
pub mod static_routes;
pub mod ui;