From f39c001c03aaaef9737f1b302a948455de6eefd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 13:53:27 +0200 Subject: Rename cowboy_http_static to cowboy_static --- examples/static/src/static_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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, []}} ]} ]} -- cgit v1.2.3