Restore _stats endpoint
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bf73cf4b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bf73cf4b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bf73cf4b Branch: refs/heads/1963-eunit-bigcouch Commit: bf73cf4b19b2c9c82df3b487f04557a262378236 Parents: 6f41536 Author: Robert Newson <[email protected]> Authored: Sat Aug 23 14:20:17 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Sat Aug 23 14:29:58 2014 +0100 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/bf73cf4b/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 54069e8..491c76a 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}
