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 type app.controller(...) over and over again.
Acceptance Criteria
Notes
- Extensibility is out of scope; it does not need to accommodate anything beyond the current story for Controllers.
Story
As a LoopBack 4 user, I would like all of the controller files I place (or generate!) in
./src/controllersto automatically be associated with my Application so that I don't have to typeapp.controller(...)over and over again.Acceptance Criteria
*.controller.jsfrom thecontrollersdirectory.controllerfunction.*.controller.jsfile (subject to change based on user feedback)@loopback/bootNotes