Navigation Menu

Skip to content

Commit

Permalink
Fixed make test-server
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 4, 2011
1 parent a3f65a3 commit b834907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.js
Expand Up @@ -18,7 +18,7 @@ app.set('view engine', 'jade');
// Middleware

app.use(express.favicon());
app.use(express.logger({ format: '\x1b[90m:remote-addr\x1b[0m - \x1b[33m:method\x1b[0m :url :status \x1b[90m:response-timems\x1b[0m' }));
app.use(express.logger('dev'));
app.use(express.bodyParser());
app.use(app.router);
app.use(express.static(__dirname + '/public'));
Expand Down

0 comments on commit b834907

Please sign in to comment.