diff options
Diffstat (limited to 'examples/rest_hello_world')
-rw-r--r-- | examples/rest_hello_world/src/rest_hello_world.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rest_hello_world/src/rest_hello_world.erl b/examples/rest_hello_world/src/rest_hello_world.erl index bdd24cc..e2b7463 100644 --- a/examples/rest_hello_world/src/rest_hello_world.erl +++ b/examples/rest_hello_world/src/rest_hello_world.erl @@ -8,6 +8,7 @@ %% API. start() -> + ok = application:start(crypto), ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(rest_hello_world). |