Revolyssup opened a new issue, #1771: URL: https://github.com/apache/apisix-ingress-controller/issues/1771
### Current Behavior The URL generated for schema here has `/` already in the suffix https://github.com/apache/apisix-ingress-controller/blob/97f9ef904b3e1e0d66e6fddae59712e7ec849fca/pkg/apisix/schema.go#L36. Another `/` gets added before making the GET request here: https://github.com/apache/apisix-ingress-controller/blob/97f9ef904b3e1e0d66e6fddae59712e7ec849fca/pkg/apisix/schema.go#L66 ### Expected Behavior The extra `/` suffixed to the URL in new function should be removed. ### Error Logs  ### Steps to Reproduce Run `make build` and run the controller locally. ### Environment - APISIX Ingress controller version Version: 1.6.0 Git SHA: 97f9ef9 Go Version: go1.19.2 Building OS/Arch: darwin/arm64 Running OS/Arch: darwin/arm64 - Kubernetes cluster version v1.25.2 - OS version if running APISIX Ingress controller in a bare-metal environment Darwin Kernel Version 21.4.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
