summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-01-12 01:48:36 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-01-12 01:48:36 +0000
commitf5e38acc625d4bb73934e121a9d6abb75e507460 (patch)
tree41e03518ee8bfa43c1226629d265ae66299ab444 /etc/couchdb
parent2417e37a68178c3212c9374d73bea5a2522ab418 (diff)
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
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
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