diff options
Diffstat (limited to 'examples/echo_post/src/echo_post.erl')
-rw-r--r-- | examples/echo_post/src/echo_post.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/echo_post/src/echo_post.erl b/examples/echo_post/src/echo_post.erl index 0073a80..9c47b9c 100644 --- a/examples/echo_post/src/echo_post.erl +++ b/examples/echo_post/src/echo_post.erl @@ -8,5 +8,6 @@ %% API. start() -> + ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(echo_post). |