Skip to content

Commit

Permalink
Remove createServer method from server instantiation in examle.
Browse files Browse the repository at this point in the history
  • Loading branch information
aevange committed Oct 5, 2013
1 parent 2da62fb commit 6a67fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/login/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ passport.use(new RedditStrategy({



var app = express.createServer();
var app = express();

// configure Express
app.configure(function() {
Expand Down

0 comments on commit 6a67fce

Please sign in to comment.