summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-01-30 21:07:44 +0300
committerAlexander Shorin <kxepal@apache.org>2015-01-30 21:07:44 +0300
commit166be1b5f804d958d73ad5995f1f6ad433a347cf (patch)
treeb05670accbc8c062eaefc8fa4e2cf646cff62669
parent6f41698e733fea13aee406113978edde17436ebe (diff)
parent01846760ab3d0bee088b69556898e6658b918178 (diff)
downloadcouchdb-166be1b5f804d958d73ad5995f1f6ad433a347cf.tar.gz
Merge remote-tracking branch 'iilyak/1145-_local_docs-handler'
This closes #291 COUCHDB-1145
-rw-r--r--rel/overlay/etc/default.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 76508aa9c..68e5f1d3b 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -177,6 +177,8 @@ _plugins = {couch_plugins_httpd, handle_req}
[httpd_db_handlers]
_all_docs = {couch_mrview_http, handle_all_docs_req}
+_local_docs = {couch_mrview_http, handle_local_docs_req}
+_design_docs = {couch_mrview_http, handle_design_docs_req}
_changes = {couch_httpd_db, handle_db_changes_req}
_compact = {couch_httpd_db, handle_compact_req}
_design = {couch_httpd_db, handle_design_req}