diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-06-09 11:41:57 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-06-09 11:41:57 -0400 |
commit | 8b187422a888a94b8f1d48eee52f100510a83141 (patch) | |
tree | 01556f7f26a4732a3c8bcc63a0127a195f00b61f /src/chttpd_server.erl |
new app for dedicated cluster HTTP interface
Diffstat (limited to 'src/chttpd_server.erl')
-rw-r--r-- | src/chttpd_server.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chttpd_server.erl b/src/chttpd_server.erl new file mode 100644 index 00000000..77fb5410 --- /dev/null +++ b/src/chttpd_server.erl @@ -0,0 +1,3 @@ +-module(chttpd_server). + +-include("chttpd.hrl").
\ No newline at end of file |