[Groonga-commit] groonga/gcs [master] Return endpoint based on the base host instead of configuration host

Zurück zum Archiv-Index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 15:36:20 JST 2012


SHIMODA Hiroshi	2012-08-15 15:36:20 +0900 (Wed, 15 Aug 2012)

  New Revision: a2b2afb50369430596b0d3a239184c8f781ab4ac
  https://github.com/groonga/gcs/commit/a2b2afb50369430596b0d3a239184c8f781ab4ac

  Log:
    Return endpoint based on the base host instead of configuration host

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-08-15 15:31:32 +0900 (a1ee048)
+++ lib/api/2011-02-01/configuration.js    2012-08-15 15:36:20 +0900 (5b44af5)
@@ -26,7 +26,7 @@ var handlers = Object.create(null);
 
 
 function getBaseHostAndPort(config) {
-  var host = config.configurationHost;
+  var host = config.baseHost;
   if (config.port == 80)
     return host;
   else
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index