diff options
Diffstat (limited to 'examples/echo_post')
-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 c7c8ce1..1f2a2ea 100644 --- a/examples/echo_post/src/echo_post.erl +++ b/examples/echo_post/src/echo_post.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(echo_post). |