From bb9a2e975e4657d2f03d93b4d9595160e8190566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Sep 2013 16:23:13 +0200 Subject: Rename the basic_auth example to rest_basic_auth --- examples/basic_auth/src/basic_auth.app.src | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/basic_auth/src/basic_auth.app.src (limited to 'examples/basic_auth/src/basic_auth.app.src') diff --git a/examples/basic_auth/src/basic_auth.app.src b/examples/basic_auth/src/basic_auth.app.src deleted file mode 100644 index cbf4ea1..0000000 --- a/examples/basic_auth/src/basic_auth.app.src +++ /dev/null @@ -1,15 +0,0 @@ -%% Feel free to use, reuse and abuse the code in this file. - -{application, basic_auth, [ - {description, "Cowboy Basic HTTP Authorization example."}, - {vsn, "1"}, - {modules, []}, - {registered, []}, - {applications, [ - kernel, - stdlib, - cowboy - ]}, - {mod, {basic_auth_app, []}}, - {env, []} -]}. -- cgit v1.2.3