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.
1 parent cc6d73e commit 01eb00fCopy full SHA for 01eb00f
internals/proxy/middlewares/endpoints.go
@@ -55,7 +55,7 @@ func getEndpoints(endpoints []string) ([]string, []string) {
55
56
func matchesPattern(endpoint, pattern string) bool {
57
ok, _ := path.Match(pattern, endpoint)
58
- return
+ return ok
59
}
60
61
func isBlocked(endpoint string, endpoints []string) bool {
0 commit comments