Navigation Menu

Skip to content

Commit

Permalink
Use '/statistics/' as statistics related API prefix
Browse files Browse the repository at this point in the history
    /cache/statistics ->
    /statistics/cache
  • Loading branch information
kou committed Apr 25, 2014
1 parent ac62923 commit e83ab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/droonga-http-server
Expand Up @@ -109,7 +109,7 @@ if (options.cacheSize > 0) {
var cache = new droonga.Cache({
size: options.cacheSize,
});
application.use("/cache/statistics",
application.use("/statistics/cache",
droonga.middleware.cacheStatistics(cache));
application.use(droonga.middleware.cache(cache, {
rules: cacheMiddlewareRules
Expand Down

0 comments on commit e83ab6e

Please sign in to comment.