Repository: couchdb-chttpd Updated Branches: refs/heads/setup [created] 1fe9b07ef
add setup Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/1fe9b07e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/1fe9b07e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/1fe9b07e Branch: refs/heads/setup Commit: 1fe9b07efc8451afe37790f2a1183268a4587bd1 Parents: b44515f Author: Jan Lehnardt <[email protected]> Authored: Fri Oct 31 15:53:10 2014 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Fri Oct 31 15:53:10 2014 +0100 ---------------------------------------------------------------------- src/chttpd.erl | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/1fe9b07e/src/chttpd.erl ---------------------------------------------------------------------- diff --git a/src/chttpd.erl b/src/chttpd.erl index 8945d0a..15b8178 100644 --- a/src/chttpd.erl +++ b/src/chttpd.erl @@ -372,6 +372,7 @@ url_handler("_oauth") -> fun couch_httpd_oauth:handle_oauth_req/1; url_handler("_up") -> fun chttpd_misc:handle_up_req/1; url_handler("_membership") -> fun mem3_httpd:handle_membership_req/1; url_handler("_db_updates") -> fun global_changes_httpd:handle_global_changes_req/1; +url_handler("_cluster_setup") -> fun setup_httpd:handle_setup_req/1; url_handler(_) -> fun chttpd_db:handle_request/1. db_url_handlers() ->
