Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2013 04:41
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 anonymous/009bb6fefda5b7f73013 to your computer and use it in GitHub Desktop.
Save anonymous/009bb6fefda5b7f73013 to your computer and use it in GitHub Desktop.
//Routes
app.get('/', routes.index);
app.get('/dash', routes.dash);
app.get('/space', routes.space);
app.post('/space', routes.space);
app.get('/activity', routes.activity);
app.post('/activity', routes.activity);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment