From 86cb105679ff80214bfc9d979afa27b1eb747307 Mon Sep 17 00:00:00 2001 From: Herman Singh Date: Fri, 7 Sep 2018 13:48:43 -0400 Subject: Rename handler modules to _h --- examples/upload/src/upload_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/upload/src/upload_app.erl') diff --git a/examples/upload/src/upload_app.erl b/examples/upload/src/upload_app.erl index 37929cd..2ed5804 100644 --- a/examples/upload/src/upload_app.erl +++ b/examples/upload/src/upload_app.erl @@ -13,7 +13,7 @@ start(_Type, _Args) -> Dispatch = cowboy_router:compile([ {'_', [ {"/", cowboy_static, {priv_file, upload, "index.html"}}, - {"/upload", upload_handler, []} + {"/upload", upload_h, []} ]} ]), {ok, _} = cowboy:start_clear(http, [{port, 8080}], #{ -- cgit v1.2.3