chore: update skipper name (#1080)

This commit is contained in:
boojack
2023-02-12 17:29:23 +08:00
committed by GitHub
parent a997e1d10d
commit 870559046f
5 changed files with 11 additions and 10 deletions

View File

@ -58,7 +58,7 @@ func aclMiddleware(s *Server, next echo.HandlerFunc) echo.HandlerFunc {
ctx := c.Request().Context()
path := c.Path()
if s.DefaultAuthSkipper(c) {
if s.defaultAuthSkipper(c) {
return next(c)
}