aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world/src/chunked_hello_world.erl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chunked_hello_world/src/chunked_hello_world.erl')
-rw-r--r--examples/chunked_hello_world/src/chunked_hello_world.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/chunked_hello_world/src/chunked_hello_world.erl b/examples/chunked_hello_world/src/chunked_hello_world.erl
index 5c13f0e..78c771f 100644
--- a/examples/chunked_hello_world/src/chunked_hello_world.erl
+++ b/examples/chunked_hello_world/src/chunked_hello_world.erl
@@ -8,6 +8,7 @@
%% API.
start() ->
+ ok = application:start(crypto),
ok = application:start(ranch),
ok = application:start(cowboy),
ok = application:start(chunked_hello_world).