Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created January 26, 2014 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StoneCypher/8640753 to your computer and use it in GitHub Desktop.
Save StoneCypher/8640753 to your computer and use it in GitHub Desktop.
routes() ->
[ { get, <<"/api/user/:id/">>, Args, Handler },
{ post, <<"/api/user/:id/">>, Args, Handler },
{ delete, <<"/api/user/:id/">>, Args, Handler },
...
].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment