From f5e38acc625d4bb73934e121a9d6abb75e507460 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Mon, 12 Jan 2009 01:48:36 +0000 Subject: rename _form to _show and move the funcs in the design doc to design.show.docs git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733576 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/couchdb') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 582017fd..e3600a9a 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -47,7 +47,7 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req} [httpd_db_handlers] _view = {couch_httpd_view, handle_view_req} _slow_view = {couch_httpd_view, handle_slow_view_req} -_form = {couch_httpd_form, handle_form_req} +_show = {couch_httpd_show, handle_doc_show_req} ; The external module takes an optional argument allowing you to narrow it to a ; single script. Otherwise the script name is inferred from the first path section -- cgit v1.2.3