From 160063497cade2c5334cc06859a43afec7183e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 11 Oct 2012 20:52:29 +0200 Subject: Start crypto also in the examples and documentation --- examples/echo_post/src/echo_post.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/echo_post/src/echo_post.erl') diff --git a/examples/echo_post/src/echo_post.erl b/examples/echo_post/src/echo_post.erl index 9c47b9c..c7c8ce1 100644 --- a/examples/echo_post/src/echo_post.erl +++ b/examples/echo_post/src/echo_post.erl @@ -8,6 +8,7 @@ %% API. start() -> + ok = application:start(crypto), ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(echo_post). -- cgit v1.2.3