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
the routing breaks if the controllers are in sub-packages
working:
- method: GET url: / mapping: ApplicationController.index
Not working:
- method: GET url: /api/v1/operator mapping: operator.OperatorListAPI.get
I have made a change in my branch to make it work, should i send a pull request? i see that as part of v5 routes.yaml is not needed?
The text was updated successfully, but these errors were encountered:
Yes, this os obsolet with upcoming version 5.0.0. But as we probably won't this this version this year, a fix would be great.
Sorry, something went wrong.
e248a3a
No branches or pull requests
the routing breaks if the controllers are in sub-packages
working:
Not working:
I have made a change in my branch to make it work, should i send a pull request? i see that as part of v5 routes.yaml is not needed?
The text was updated successfully, but these errors were encountered: