1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

fix nightly build

This commit is contained in:
Vincent Breitmoser 2019-06-06 14:12:40 +02:00
parent f8b6fab897
commit 214e2042b0
No known key found for this signature in database
GPG key ID: 7BD18320DEADFA11

View file

@ -298,7 +298,7 @@ fn faq() -> Template {
#[get("/about/usage")] #[get("/about/usage")]
fn usage(state: rocket::State<HagridState>) -> Template { fn usage(state: rocket::State<HagridState>) -> Template {
Template::render("about/usage", templates::About::new(state.base_uri.as_ref())) Template::render("about/usage", templates::About::new(state.base_uri.clone()))
} }
#[get("/about/privacy")] #[get("/about/privacy")]