[Groonga-commit] groonga/express-kotoumi [master] No need to define 'GET' method because it is used by default

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Feb 6 16:32:33 JST 2013


YUKI Hiroshi	2013-02-06 16:32:33 +0900 (Wed, 06 Feb 2013)

  New Revision: e7dd6594921239d7bec5a6e3186b1d908ab20012
  https://github.com/groonga/express-kotoumi/commit/e7dd6594921239d7bec5a6e3186b1d908ab20012

  Log:
    No need to define 'GET' method because it is used by default

  Modified files:
    lib/frontend/default-commands/rest.js

  Modified: lib/frontend/default-commands/rest.js (+0 -2)
===================================================================
--- lib/frontend/default-commands/rest.js    2013-02-06 16:24:22 +0900 (661437d)
+++ lib/frontend/default-commands/rest.js    2013-02-06 16:32:33 +0900 (7070c21)
@@ -2,12 +2,10 @@ var requestBuilders = require('./rest-request-builder');
 
 module.exports = {
 //  'status': {
-//    method: 'GET',
 //    path: '/status/:target',
 //    requestBuilder: requestBuilders.status
 //  },
   'search': {
-    method: 'GET',
     path: '/tables/:tableName',
     requestBuilder: requestBuilders.search
   } //,
-------------- next part --------------
HTML����������������������������...
Download 



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