Skip to content

Commit

Permalink
starting on pretty login
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizec committed Jun 5, 2011
1 parent a8be204 commit 5cc0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -43,7 +43,7 @@ function require_twitter_login(req, res, next) {

// Routes

app.get('/', require_twitter_login, function(req, res){
app.get('/', function(req, res){
res.render('index', {
title: 'Express'
});
Expand Down

0 comments on commit 5cc0682

Please sign in to comment.