Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created January 12, 2020 18:34
Show Gist options
  • Save PatrickKalkman/d276bdc338776f1c0923af0ac6565ad5 to your computer and use it in GitHub Desktop.
Save PatrickKalkman/d276bdc338776f1c0923af0ac6565ad5 to your computer and use it in GitHub Desktop.
{
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