aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cookie/src/cookie.erl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cookie/src/cookie.erl')
-rw-r--r--examples/cookie/src/cookie.erl15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/cookie/src/cookie.erl b/examples/cookie/src/cookie.erl
deleted file mode 100644
index 2626b39..0000000
--- a/examples/cookie/src/cookie.erl
+++ /dev/null
@@ -1,15 +0,0 @@
-%% Feel free to use, reuse and abuse the code in this file.
-
--module(cookie).
-
-%% API.
--export([start/0]).
-
-%% API.
-
-start() ->
- ok = application:start(crypto),
- ok = application:start(cowlib),
- ok = application:start(ranch),
- ok = application:start(cowboy),
- ok = application:start(cookie).