This commit is contained in:
philipp 2023-10-24 14:33:22 +02:00
parent e9641e6a33
commit cb109e7005

View File

@ -11,7 +11,7 @@ async fn cal(db: &State<SqlitePool>) -> (ContentType, String) {
}
pub fn routes() -> Vec<Route> {
routes![faq, cal]
routes![cal]
}
#[cfg(test)]