Skip to content

Commit

Permalink
Add trailing slash on json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-mathew committed Jan 10, 2025
1 parent 5f7462b commit 718e91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apidef/oas/schema/x-tyk-api-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2184,4 +2184,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion gateway/mw_ip_whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (i *IPWhiteListMiddleware) Name() string {
}

func (i *IPWhiteListMiddleware) EnabledForSpec() bool {
if i.Spec.IPAccessControlDisabled {
if i.Spec.APIDefinition.IPAccessControlDisabled {
return false
}

Expand Down

0 comments on commit 718e91f

Please sign in to comment.