summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@ca.ibm.com>2014-12-18 11:32:47 -0800
committerILYA Khlopotov <iilyak@ca.ibm.com>2014-12-18 12:36:06 -0800
commit01846760ab3d0bee088b69556898e6658b918178 (patch)
tree966ba9e3577e2aede25c8b31a2af881de84b78cd
parent06e7bfaaba2661b654d9a5931e56758e9bdf734f (diff)
downloadcouchdb-01846760ab3d0bee088b69556898e6658b918178.tar.gz
Enable _design_docs httpd handler
COUCHDB-1145
-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 f3b4c4512..68e5f1d3b 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -178,6 +178,7 @@ _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}