From e4124de2c71564d37b3732ede0fe1542de1d6f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 11:50:35 +0200 Subject: Switch to Ranch for connection handling This is the first of many API incompatible changes. You have been warned. --- examples/static/src/static.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/static/src/static.erl') diff --git a/examples/static/src/static.erl b/examples/static/src/static.erl index a542adb..c3f4035 100644 --- a/examples/static/src/static.erl +++ b/examples/static/src/static.erl @@ -8,5 +8,6 @@ %% API. start() -> + ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(static). -- cgit v1.2.3