We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目中有同时起两个server的业务需求,路由都用了mount-koa-routes,结果出现了路由共享,3000端口的服务能访问8080端口服务的路由,反之亦可,同名路由谁在前用谁,请问改如何避免这类情况呢? 谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目中有同时起两个server的业务需求,路由都用了mount-koa-routes,结果出现了路由共享,3000端口的服务能访问8080端口服务的路由,反之亦可,同名路由谁在前用谁,请问改如何避免这类情况呢?
谢谢
The text was updated successfully, but these errors were encountered: