[Groonga-commit] groonga/express-droonga at 3f9c681 [master] Load "command" module correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Aug 1 11:58:43 JST 2013


YUKI Hiroshi	2013-08-01 11:58:43 +0900 (Thu, 01 Aug 2013)

  New Revision: 3f9c6814c19978c57e087acaf0593f89d985c0e2
  https://github.com/groonga/express-droonga/commit/3f9c6814c19978c57e087acaf0593f89d985c0e2

  Message:
    Load "command" module correctly

  Modified files:
    index.js

  Modified: index.js (+1 -1)
===================================================================
--- index.js    2013-08-01 11:56:32 +0900 (11b21e6)
+++ index.js    2013-08-01 11:58:43 +0900 (2b84f57)
@@ -31,4 +31,4 @@ express.application.droonga = function(params) {
   this.emitMessage = connection.emitMessage.bind(connection); // shorthand
 }
 
-exports.model = require('./lib/adapter/api/model');
+exports.command = require('./lib/adapter/command');
-------------- next part --------------
HTML����������������������������...
다운로드 



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