diff options
Diffstat (limited to 'examples/static_world/src/static_world.erl')
-rw-r--r-- | examples/static_world/src/static_world.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/static_world/src/static_world.erl b/examples/static_world/src/static_world.erl index 6425a99..2bed337 100644 --- a/examples/static_world/src/static_world.erl +++ b/examples/static_world/src/static_world.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(static_world). |