We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a63d74 + dcd0c9e commit 4c926dfCopy full SHA for 4c926df
src/middleware/authen_middleware.rs
@@ -65,6 +65,7 @@ where
65
for ignore_route in constants::IGNORE_ROUTES.iter() {
66
if req.path().starts_with(ignore_route) {
67
authenticate_pass = true;
68
+ break;
69
}
70
71
if !authenticate_pass {
0 commit comments