summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2012-12-20 12:53:17 +0000
committerRobert Newson <rnewson@apache.org>2012-12-20 12:55:38 +0000
commitfb3a1eafe6445ec2a3c2b28fcebcea6c4cfd8508 (patch)
tree19316bbd1b0929671e7baf129af0c8c9dca90690
parent4b25dee672c3e260b32d2ce621395b7a5ff5057a (diff)
downloadcouchdb-fb3a1eafe6445ec2a3c2b28fcebcea6c4cfd8508.tar.gz
Export handle_file_req
-rw-r--r--src/couchdb/couch_httpd_misc_handlers.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_httpd_misc_handlers.erl b/src/couchdb/couch_httpd_misc_handlers.erl
index c884271f0..d1f947d18 100644
--- a/src/couchdb/couch_httpd_misc_handlers.erl
+++ b/src/couchdb/couch_httpd_misc_handlers.erl
@@ -15,7 +15,7 @@
-export([handle_welcome_req/2,handle_favicon_req/2,handle_utils_dir_req/2,
handle_all_dbs_req/1,handle_restart_req/1,
handle_uuids_req/1,handle_config_req/1,handle_log_req/1,
- handle_task_status_req/1]).
+ handle_task_status_req/1, handle_file_req/2]).
-export([increment_update_seq_req/2]).