diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-10 15:45:46 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 11:18:48 -0400 |
commit | 75c76c2ac385b1b88d1d1202e50e6cab929e0f89 (patch) | |
tree | d12bf0470a187fbd72b02c7c4e4c22cdddec5fcc /src/chttpd.erl | |
parent | ff2c290a40754cb9aa87dbba0bdbb633e1fc4295 (diff) |
remove unnecessary chttpd_stats module
Diffstat (limited to 'src/chttpd.erl')
-rw-r--r-- | src/chttpd.erl | 1 |
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; |