Skip to content

Instantly share code, notes, and snippets.

@tthew
Created June 13, 2013 11:00
Show Gist options
  • Select an option

  • Save tthew/5772891 to your computer and use it in GitHub Desktop.

Select an option

Save tthew/5772891 to your computer and use it in GitHub Desktop.
Route declaration
// Route Declaration
server.get('/users', usersController.index, authService.middleware);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment