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:
parent
f8b6fab897
commit
214e2042b0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ fn faq() -> Template {
|
|||
|
||||
#[get("/about/usage")]
|
||||
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")]
|
||||
|
|
Loading…
Reference in a new issue