summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2018-08-15 06:49:25 -0700
committerILYA Khlopotov <iilyak@apache.org>2018-08-15 15:40:42 -0700
commit91ff3f69ca1dddc94247b4faf98ccd25eb78a485 (patch)
treed08d256bcf473596e25a6cef2794890f0e5b9b43
parent72174812decea875707f0b0d61c8b8dbfab66260 (diff)
downloadcouchdb-91ff3f69ca1dddc94247b4faf98ccd25eb78a485.tar.gz
Remove _restart endpoint from non-clustered interface
-rw-r--r--rel/overlay/etc/default.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 45025e780..dc2e51cc0 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -313,7 +313,6 @@ _active_tasks = {couch_httpd_misc_handlers, handle_task_status_req}
_config = {couch_httpd_misc_handlers, handle_config_req}
_replicate = {couch_replicator_httpd, handle_req}
_uuids = {couch_httpd_misc_handlers, handle_uuids_req}
-_restart = {couch_httpd_misc_handlers, handle_restart_req}
_stats = {couch_stats_httpd, handle_stats_req}
_session = {couch_httpd_auth, handle_session_req}
_plugins = {couch_plugins_httpd, handle_req}