freemankevin opened a new issue, #9064: URL: https://github.com/apache/apisix/issues/9064
### Current State demo can't go on. https://apisix.apache.org/docs/apisix/tutorials/expose-api/ ```shell $ curl -i -X GET "http://127.0.0.1:9080/get?foo1=bar1&foo2=bar2" -H "Host: example.com" HTTP/1.1 404 Not Found Date: Tue, 14 Mar 2023 09:34:26 GMT Content-Type: text/plain; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive Server: APISIX/3.2.0 {"error_msg":"404 Route Not Found"} ``` ### Desired State `docker-compose` deploy it . ```shell $ curl -i -X GET "http://127.0.0.1:9080/get?foo1=bar1&foo2=bar2" -H "Host: example.com" ``` -- 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]
