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
Each endpoint is prefixed with /api/v1, which has been successfully stripped from the documentation, however, it's adding it to the end of host/basePath which provides an incorrect request destination.
Each endpoint is prefixed with /api/v1, which has been successfully stripped from the documentation, however, it's adding it to the end of host/basePath which provides an incorrect request destination.
Example Request Destination:
https://1111111.execute-api.us-west-2.amazonaws.com/alpha/api/v1/endpoint
Expected:
https://1111111.execute-api.us-west-2.amazonaws.com/alpha/endpoint
The text was updated successfully, but these errors were encountered: