7 lines
127 B
Rust
7 lines
127 B
Rust
pub mod mw_auth;
|
|
pub mod routes_file;
|
|
pub mod routes_health;
|
|
pub mod routes_login;
|
|
|
|
pub const AUTH_TOKEN: &str = "auth-token";
|