mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
fix lockfile
This commit is contained in:
@ -101,9 +101,9 @@ fn get_error_response<B>(
|
||||
Ok(body) => HttpResponse::build(res.status())
|
||||
.content_type(ContentType::html())
|
||||
.body(body),
|
||||
Err(_) => fallback(error).into(),
|
||||
Err(_) => fallback(error),
|
||||
}
|
||||
}
|
||||
None => fallback(error).into(),
|
||||
None => fallback(error),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user