add functionality to show log
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
use rocket::{get, http::ContentType, routes, Route, State};
|
||||
use rocket_dyn_templates::{context, Template};
|
||||
use sqlx::SqlitePool;
|
||||
|
||||
use crate::model::{planned_event::PlannedEvent, user::User};
|
||||
use crate::model::planned_event::PlannedEvent;
|
||||
|
||||
#[get("/cal")]
|
||||
async fn cal(db: &State<SqlitePool>) -> (ContentType, String) {
|
||||
|
Reference in New Issue
Block a user