aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_world/src/hello_world_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/src/hello_world_app.erl')
-rw-r--r--examples/hello_world/src/hello_world_app.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world/src/hello_world_app.erl b/examples/hello_world/src/hello_world_app.erl
index 5922948..daa7d19 100644
--- a/examples/hello_world/src/hello_world_app.erl
+++ b/examples/hello_world/src/hello_world_app.erl
@@ -22,4 +22,4 @@ start(_Type, _Args) ->
hello_world_sup:start_link().
stop(_State) ->
- ok.
+ ok = cowboy:stop_listener(http).