fix ci #245

Merged
philipp merged 2 commits from staging into main 2024-03-05 09:35:09 +01:00
Showing only changes of commit 1a482db9e2 - Show all commits

View File

@ -86,7 +86,7 @@ async fn index(
Template::render("log", context.into_json())
}
#[get("/show", rank = 2)]
#[get("/show", rank = 3)]
async fn show(db: &State<SqlitePool>, user: DonauLinzUser) -> Template {
let logs = Logbook::completed(db).await;