Skip to content
New issue

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

Controllers in Sub Packages #264

Closed
gowthaman-basuvaraj opened this issue Mar 9, 2017 · 1 comment
Closed

Controllers in Sub Packages #264

gowthaman-basuvaraj opened this issue Mar 9, 2017 · 1 comment

Comments

@gowthaman-basuvaraj
Copy link

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?

@svenkubiak
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants