Files
nuchat/backend/src/lib.rs
Fergus Molloy a69cf540fe refactor admin router into separate file
also set admin secret using command line args
2025-07-24 17:33:35 +01:00

6 lines
70 B
Rust

mod config;
mod router;
pub use config::Config;
pub use router::app;