Skip to content

Instantly share code, notes, and snippets.

@emerleite
Forked from tj/example.js
Created November 19, 2010 00:39
Show Gist options
  • Save emerleite/705959 to your computer and use it in GitHub Desktop.
Save emerleite/705959 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