Rename static files endpoint

This commit is contained in:
Daniel García
2019-08-31 17:25:31 +02:00
parent 469318bcbd
commit 4a7d2a1e28
9 changed files with 19 additions and 19 deletions

View File

@ -158,7 +158,7 @@ fn hibp_breach(username: String) -> JsonResult {
Ok(Json(json!([{
"title": "--- Error! ---",
"description": "HaveIBeenPwned API key not set! Go to https://haveibeenpwned.com/API/Key",
"logopath": "/bwrs_images/error-x.svg"
"logopath": "/bwrs_static/error-x.svg"
}])))
}
}