leon1509 commented on issue #1796: URL: https://github.com/apache/apisix-dashboard/issues/1796#issuecomment-827236843
The requirement is actually very simple, that is, the path in the route is set to "/foo/*", how should I call it? 需求其实非常简单,就是路由里的路径设置为“/foo/*”,我应该如何调用? The status quo is: 现在情况是: Route path: /foo/* ---> /foo/api//user/get ---> http status is 404 Route path: /* ---> /api/user/get ---> http status is 200 Did I describe it clearly? 不知道我描述清楚了嘛? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
