-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Boot] Automatic configuration of controllers in Application #780
Comments
+1 |
This was referenced Dec 7, 2017
shimks
changed the title
Automatic configuration of controllers in Application
[Boot] Automatic configuration of controllers in Application
Dec 8, 2017
3 tasks
Closed
Done :) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
As a LoopBack 4 user, I would like all of the controller files I place (or generate!) in
./src/controllers
to automatically be associated with my Application so that I don't have to typeapp.controller(...)
over and over again.Acceptance Criteria
*.controller.js
from thecontrollers
directory.controller
function.*.controller.js
file (subject to change based on user feedback)@loopback/boot
Notes
The text was updated successfully, but these errors were encountered: