fix ci
This commit is contained in:
parent
10a0e82392
commit
1a482db9e2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user