diff options
Diffstat (limited to 'examples/static/src')
-rw-r--r-- | examples/static/src/static_app.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/static/src/static_app.erl b/examples/static/src/static_app.erl index b919c27..0777aec 100644 --- a/examples/static/src/static_app.erl +++ b/examples/static/src/static_app.erl @@ -13,7 +13,7 @@ start(_Type, _Args) -> Dispatch = [ {'_', [ - {['...'], cowboy_http_static, [ + {['...'], cowboy_static, [ {directory, {priv_dir, static, []}} ]} ]} |