Skip to content

Commit

Permalink
add the _reindex handler to the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 4, 2014
1 parent b92039a commit 6928ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/rcouch/couch.ini
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ _rewrite = {couch_httpd_rewrite, handle_rewrite_req}
_show = {couch_mrview_show, handle_doc_show_req} _show = {couch_mrview_show, handle_doc_show_req}
_update = {couch_mrview_show, handle_doc_update_req} _update = {couch_mrview_show, handle_doc_update_req}
_view = {couch_mrview_http, handle_view_req} _view = {couch_mrview_http, handle_view_req}
_reindex = {couch_mrview_http, handle_reindex_req}
_random = {couch_randomdoc_show, handle_randomdoc_show_req} _random = {couch_randomdoc_show, handle_randomdoc_show_req}
_spatial = {couch_spatial_http, handle_spatial_req} _spatial = {couch_spatial_http, handle_spatial_req}
_spatial/_list = {couch_spatial_list, handle_view_list_req} _spatial/_list = {couch_spatial_list, handle_view_list_req}
Expand Down

0 comments on commit 6928ea0

Please sign in to comment.