Skip to content

Commit

Permalink
Chat sample app using pass()
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2010
1 parent 128ba90 commit 79143f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/app.js
Expand Up @@ -22,7 +22,7 @@ configure(function(){
})

get('/', function(){
this.redirect('/chat')
this.pass('/chat')
})

get('/chat', function(){
Expand Down

0 comments on commit 79143f3

Please sign in to comment.