mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-26 07:04:48 +02:00
better naming
This commit is contained in:
@@ -91,7 +91,7 @@ impl Router {
|
||||
}
|
||||
}
|
||||
|
||||
Task::reply(IntoHttpResponse::into_response(HTTPNotFound, req), None)
|
||||
Task::reply(IntoHttpResponse::into_response(HTTPNotFound, req))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user