This commit is contained in:
parent
410a602638
commit
25aea0f04d
@ -44,8 +44,7 @@ impl ResponseError for Error {
|
|||||||
if let Error::BranchNotFound = self {
|
if let Error::BranchNotFound = self {
|
||||||
templates::p404_no_master_html(&mut buf, VERSION_INFO, 0).unwrap();
|
templates::p404_no_master_html(&mut buf, VERSION_INFO, 0).unwrap();
|
||||||
HttpResponse::NotFound().content_type("text/html").body(buf)
|
HttpResponse::NotFound().content_type("text/html").body(buf)
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
templates::p500_html(&mut buf, VERSION_INFO, 0).unwrap();
|
templates::p500_html(&mut buf, VERSION_INFO, 0).unwrap();
|
||||||
HttpResponse::InternalServerError()
|
HttpResponse::InternalServerError()
|
||||||
.content_type("text/html")
|
.content_type("text/html")
|
||||||
|
Loading…
Reference in New Issue
Block a user