pub mod auth; pub mod intsall; pub mod person; pub mod theme; use rocket::routes; pub fn jwt_routes() -> Vec { routes![auth::token::token_system] }