diff options
Diffstat (limited to 'examples/ssl_hello_world')
-rw-r--r-- | examples/ssl_hello_world/src/ssl_hello_world.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ssl_hello_world/src/ssl_hello_world.erl b/examples/ssl_hello_world/src/ssl_hello_world.erl index 1413b7b..83c250e 100644 --- a/examples/ssl_hello_world/src/ssl_hello_world.erl +++ b/examples/ssl_hello_world/src/ssl_hello_world.erl @@ -9,6 +9,7 @@ start() -> ok = application:start(crypto), + ok = application:start(cowlib), ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(ssl_hello_world). |