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
我现在想用\Yaf\Route\Regex重写路由问题,而不想使用默认的路由。 我配置了路由规则为user/([0-9]+),访问/user/1的时候是正确的,但是我访问/user/getList的时候仍然可以访问,我想让/user/getList无法访问,应该怎么做?
The text was updated successfully, but these errors were encountered:
改下源码吧, 注释几行就行了.
Sorry, something went wrong.
No branches or pull requests
我现在想用\Yaf\Route\Regex重写路由问题,而不想使用默认的路由。
我配置了路由规则为user/([0-9]+),访问/user/1的时候是正确的,但是我访问/user/getList的时候仍然可以访问,我想让/user/getList无法访问,应该怎么做?
The text was updated successfully, but these errors were encountered: