Skip to content

Instantly share code, notes, and snippets.

@stevegraham
Created March 1, 2012 21:52
Show Gist options
  • Select an option

  • Save stevegraham/1953480 to your computer and use it in GitHub Desktop.

Select an option

Save stevegraham/1953480 to your computer and use it in GitHub Desktop.
get('/apps/:app_id', function() {
return "hello world";
});
post('/apps', function() {
// do some shit
status(201);
headers({ location: resource_url });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment