[Groonga-commit] droonga/express-droonga at 6f70275 [master] Fix duplicated hash keys

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 11:46:15 JST 2014


YUKI Hiroshi	2014-04-28 11:46:15 +0900 (Mon, 28 Apr 2014)

  New Revision: 6f7027533a082f734a7038467e0ba6019ca63a33
  https://github.com/droonga/express-droonga/commit/6f7027533a082f734a7038467e0ba6019ca63a33

  Message:
    Fix duplicated hash keys

  Modified files:
    lib/adapter/api/groonga.js

  Modified: lib/adapter/api/groonga.js (+2 -2)
===================================================================
--- lib/adapter/api/groonga.js    2014-04-28 11:42:18 +0900 (2a305d5)
+++ lib/adapter/api/groonga.js    2014-04-28 11:46:15 +0900 (8478d91)
@@ -15,7 +15,7 @@ module.exports = {
     path: '/d/:commandName',
     onRequest: handleHTTPRequest
   }),
-  'groonga': new command.HTTPRequestResponse({
+  'groonga-json': new command.HTTPRequestResponse({
     path: '/d/:commandName.json',
     onRequest: handleHTTPRequest
   }),
@@ -24,7 +24,7 @@ module.exports = {
     path:   '/d/load',
     onRequest: handleLoadHTTPRequest
   }),
-  'groonga-load': new command.HTTPRequestResponse({
+  'groonga-load-json': new command.HTTPRequestResponse({
     method: 'POST',
     path:   '/d/load.json',
     onRequest: handleLoadHTTPRequest
-------------- next part --------------
HTML����������������������������...
Download 



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