[Groonga-commit] droonga/droonga-http-server at d062205 [master] Migrate to express 4.0

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 21 19:49:44 JST 2014


YUKI Hiroshi	2014-04-21 19:49:44 +0900 (Mon, 21 Apr 2014)

  New Revision: d062205cc26644d17036baf542a2a6c83841f644
  https://github.com/droonga/droonga-http-server/commit/d062205cc26644d17036baf542a2a6c83841f644

  Message:
    Migrate to express 4.0

  Modified files:
    bin/droonga-http-server

  Modified: bin/droonga-http-server (+2 -2)
===================================================================
--- bin/droonga-http-server    2014-04-21 19:35:11 +0900 (4270b40)
+++ bin/droonga-http-server    2014-04-21 19:49:44 +0900 (bf61234)
@@ -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());
   }
@@ -72,7 +73,6 @@ application.configure(function() {
       }));
     }
   }
-});
 
 application.droonga({
   prefix: '',
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index