summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 16:27:59 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2014-02-06 16:27:59 -0600
commit03f8de2b9efefb4a307505f06117bb1701b958a3 (patch)
treecb0457b64441654cdaafe3fe9f2a8fa73d9fb325
parent3d7d61696542874b16d5b459cc269d28d94cda97 (diff)
downloadcouchdb-03f8de2b9efefb4a307505f06117bb1701b958a3.tar.gz
Fix HTTP handler for view cleanup requests
-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 8a07a1d90..be1745db7 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -75,7 +75,7 @@ _system = {chttpd_misc, handle_system_req}
[httpd_db_handlers]
_all_docs = {couch_mrview_http, handle_all_docs_req}
-_view_cleanup = {couch_httpd_db, handle_view_cleanup_req}
+_view_cleanup = {couch_mrview_http, handle_cleanup_req}
_compact = {couch_httpd_db, handle_compact_req}
_design = {couch_httpd_db, handle_design_req}
_temp_view = {couch_mrview_http, handle_temp_view_req}