-
Notifications
You must be signed in to change notification settings - Fork 566
Closed
Description
When I specified /ping1 as basePath for my custom domain. when I am trying to invoke them (api.mydomain.com/ping1/ping) I got 404. after dump the input stream, i found the base path was passed into API request path like below.
{"resource":"/{proxy+}","path":"/ping1/ping","httpMethod":"GET","headers":
Do we have a good solution to solve the problem?
Thanks in advance