Created
January 12, 2020 18:34
-
-
Save PatrickKalkman/d276bdc338776f1c0923af0ac6565ad5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
name: 'GetJobs', // Optional name for convenience | |
method: 'get', // The HTTP verb to use | |
path: '/api/jobs', // The path of the route | |
handler: jobController.getJobs, // The controller method to call | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment