mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Start crypto also in the examples and documentation
This commit is contained in:
parent
7b3d9943a9
commit
160063497c
7 changed files with 9 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
%% API.
|
||||
|
||||
start() ->
|
||||
ok = application:start(crypto),
|
||||
ok = application:start(ranch),
|
||||
ok = application:start(cowboy),
|
||||
ok = application:start(hello_world).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue