pub(crate) async fn not_found() -> Result<HttpResponse>
Expand description
Not found (404)
Make a result in json for when the page is not found (http 404 code)
pub(crate) async fn not_found() -> Result<HttpResponse>
Make a result in json for when the page is not found (http 404 code)