Skip to content

Instantly share code, notes, and snippets.

@tj
Created November 17, 2010 23:25
Show Gist options
  • Save tj/704331 to your computer and use it in GitHub Desktop.
Save tj/704331 to your computer and use it in GitHub Desktop.
app.route('/forums', function(){
app.get('/', function(){
});
app.route('/:id', function(){
app.get('/', function(){
});
app.route('/thread/:id', function(){
app.get('/:op', function(){
});
app.get('/', function(){
});
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment