You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have API Gateway forwarding requests via proxy+ configuration.
I have the following routes configured with gin: GET /accounts
But when I set up GET /swagger/*any I get a 404.
Using github.com/apex/gateway to wrap the requests.
The text was updated successfully, but these errors were encountered:
I have API Gateway forwarding requests via
proxy+
configuration.I have the following routes configured with gin:
GET /accounts
But when I set up
GET /swagger/*any
I get a 404.Using
github.com/apex/gateway
to wrap the requests.The text was updated successfully, but these errors were encountered: