fix ci
This commit is contained in:
parent
e9641e6a33
commit
cb109e7005
@ -11,7 +11,7 @@ async fn cal(db: &State<SqlitePool>) -> (ContentType, String) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn routes() -> Vec<Route> {
|
pub fn routes() -> Vec<Route> {
|
||||||
routes![faq, cal]
|
routes![cal]
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user