From ca38a7a580cca8ede9f8f1db4eb447ef0994d6b3 Mon Sep 17 00:00:00 2001 From: Robert Dionne Date: Mon, 27 Sep 2010 22:20:09 -0400 Subject: minor tweak from Adam to fix replication, change method spec to correct method for view_cleanup --- apps/chttpd/src/chttpd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/chttpd/src/chttpd.erl') diff --git a/apps/chttpd/src/chttpd.erl b/apps/chttpd/src/chttpd.erl index 028cfcd7..37dc12d9 100644 --- a/apps/chttpd/src/chttpd.erl +++ b/apps/chttpd/src/chttpd.erl @@ -186,7 +186,7 @@ url_handler(_) -> fun chttpd_db:handle_request/1. db_url_handlers() -> [ - {<<"_view_cleanup">>, fun chttpd_view:handle_view_cleanup_req/2}, + {<<"_view_cleanup">>, fun chttpd_db:handle_view_cleanup_req/2}, {<<"_compact">>, fun chttpd_db:handle_compact_req/2}, {<<"_design">>, fun chttpd_db:handle_design_req/2}, {<<"_temp_view">>, fun chttpd_db:handle_temp_view_req/2}, -- cgit v1.2.3