fix: adjust log middleware
This commit is contained in:
@@ -25,7 +25,6 @@ func LogMiddleware(notLogged ...string) gin.HandlerFunc {
|
|||||||
|
|
||||||
if length := len(notLogged); length > 0 {
|
if length := len(notLogged); length > 0 {
|
||||||
skip = make(map[string]struct{}, length)
|
skip = make(map[string]struct{}, length)
|
||||||
|
|
||||||
for _, p := range notLogged {
|
for _, p := range notLogged {
|
||||||
skip[p] = struct{}{}
|
skip[p] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user