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