modapp;pubmodcodegen;pubmoddb;pubmodenv;pubuseapp::App;/// Include the generated routes and create_router() function.
/// Call this at the top level of your main.rs.
#[macro_export]macro_rules!routes{()=>{include!(concat!(env!("OUT_DIR"),"/routes_generated.rs"));};}