summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 16:09:32 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 16:09:32 -0600
commitb69f33f20baf74187d75d347b4b33c2240474147 (patch)
tree50421d5e531d7649102dd180b65c22ae47ea151e
parent9c9c4ff1488d96eee6eeea7583ddd424ed195b1a (diff)
downloadcouchdb-b69f33f20baf74187d75d347b4b33c2240474147.tar.gz
Update the _temp_view handler.
-rw-r--r--rel/overlay/etc/default.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index ff7dda451..8a07a1d90 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -78,7 +78,7 @@ _all_docs = {couch_mrview_http, handle_all_docs_req}
_view_cleanup = {couch_httpd_db, handle_view_cleanup_req}
_compact = {couch_httpd_db, handle_compact_req}
_design = {couch_httpd_db, handle_design_req}
-_temp_view = {couch_httpd_view, handle_temp_view_req}
+_temp_view = {couch_mrview_http, handle_temp_view_req}
_changes = {couch_httpd_db, handle_changes_req}
[httpd_design_handlers]