ronething opened a new issue, #8729: URL: https://github.com/apache/apisix/issues/8729
### Current State https://apisix.apache.org/docs/apisix/tutorials/expose-api/#expose-your-service after step1 and step2, when execute step3 Test ``` curl -i -X GET "http://127.0.0.1:9080/get?foo1=bar1&foo2=bar2" -H "Host: example.com" ``` will get {"error_msg":"404 Route Not Found"}, maybe `http://127.0.0.1:9080/get` should be `http://127.0.0.1:9080/anything/get` ### Desired State step3 Test successfully. -- 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]
