[Groonga-commit] groonga/express-droonga at a25a002 [master] Don't use prefix in the default server

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 21 22:22:42 JST 2013


Kouhei Sutou	2013-07-21 22:22:42 +0900 (Sun, 21 Jul 2013)

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

  Message:
    Don't use prefix in the default server
    
    Because it only serves droonga.

  Modified files:
    application.js

  Modified: application.js (+1 -1)
===================================================================
--- application.js    2013-07-21 20:12:48 +0900 (f609016)
+++ application.js    2013-07-21 22:22:42 +0900 (6036fa8)
@@ -7,7 +7,7 @@ var express = require('express'),
 var application = express();
 var server = http.createServer(application);
 application.droonga({
-  prefix: '/droonga',
+  prefix: '',
   server: server
 });
 
-------------- next part --------------
HTML����������������������������...
Download 



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