diff --git a/src/tera/misc.rs b/src/tera/misc.rs index 3835f3e..73dec27 100644 --- a/src/tera/misc.rs +++ b/src/tera/misc.rs @@ -11,7 +11,7 @@ async fn cal(db: &State) -> (ContentType, String) { } pub fn routes() -> Vec { - routes![faq, cal] + routes![cal] } #[cfg(test)]