Metar overhaul, added footer, updated schemas

This commit is contained in:
2025-05-19 16:09:02 -04:00
parent 2ecb82ae63
commit ed98140d22
54 changed files with 1084 additions and 4924 deletions

View File

@@ -10,6 +10,7 @@ mod auth;
mod email_token;
mod routes;
mod session;
mod model;
pub use auth::*;
pub use routes::init_routes;