summaryrefslogtreecommitdiff
path: root/src/chttpd.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/chttpd.erl')
-rw-r--r--src/chttpd.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chttpd.erl b/src/chttpd.erl
index 9df127dd..ac5ee38c 100644
--- a/src/chttpd.erl
+++ b/src/chttpd.erl
@@ -206,7 +206,6 @@ url_handler("_sleep") -> fun chttpd_misc:handle_sleep_req/1;
url_handler("_session") -> fun chttpd_auth:handle_session_req/1;
url_handler("_user") -> fun chttpd_auth:handle_user_req/1;
url_handler("_oauth") -> fun chttpd_oauth:handle_oauth_req/1;
-url_handler("_stats") -> fun chttpd_stats:handle_stats_req/1;
url_handler("_metrics") -> fun chttpd_misc:handle_metrics_req/1;
url_handler("_restart") -> fun showroom_http:handle_restart_req/1;
url_handler("_cloudant") -> fun showroom_httpd_admin:handle_cloudant_req/1;