summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-08-23 14:20:17 +0100
committerRobert Newson <rnewson@apache.org>2014-08-23 14:29:58 +0100
commitbf73cf4b19b2c9c82df3b487f04557a262378236 (patch)
treeec1b1c7b72c86d1d3f5860a47bd5064b9636cd3c
parent6f41536331bb38a31dff76dbb2679356ca156ed1 (diff)
downloadcouchdb-windsor-merge.tar.gz
Restore _stats endpointarchive/windsor-mergewindsor-merge
-rw-r--r--rel/overlay/etc/default.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 54069e85b..491c76a94 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -173,6 +173,7 @@ _config = {couch_httpd_misc_handlers, handle_config_req}
_replicate = {couch_replicator_httpd, handle_req}
_uuids = {couch_httpd_misc_handlers, handle_uuids_req}
_restart = {couch_httpd_misc_handlers, handle_restart_req}
+_stats = {couch_stats_httpd, handle_stats_req}
_session = {couch_httpd_auth, handle_session_req}
_oauth = {couch_httpd_oauth, handle_oauth_req}
_db_updates = {couch_dbupdates_httpd, handle_req}