reset_middleware()
doesn't prevent middleware from running for route
#850
Labels
bug
Something isn't working
reset_middleware()
doesn't affect which middleware is ran for a route. With the following code, I'd expect a 200 response with the text "Success!". Instead, the log shows:cargo.toml
src/main.rs
The text was updated successfully, but these errors were encountered: