-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automation helper: Restructure application module
Avoid defining the endpoints within the application factory function. Instead, define them outside and only register them in the application factory. Furthermore, we store all dependencies of the application in a dedicated structure that is accessible via the `request` object in the endpoints. Change-Id: I6caf6baae877d5c5d0d488b1e28e283c3e29fb61
- Loading branch information
Showing
3 changed files
with
216 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.