Navigation Menu

Skip to content

Commit

Permalink
Migrate to express 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2014
1 parent 93df82c commit d062205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/droonga-http-server
Expand Up @@ -40,7 +40,8 @@ var server = http.createServer(application);

var MemoryStore = session.MemoryStore;
var sessionStore = new MemoryStore();
application.configure(function() {


if (options.enableLogging) {
application.use(express.logger());
}
Expand Down Expand Up @@ -72,7 +73,6 @@ application.configure(function() {
}));
}
}
});

application.droonga({
prefix: '',
Expand Down

0 comments on commit d062205

Please sign in to comment.