mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Rename the basic_auth example to rest_basic_auth
This commit is contained in:
parent
51ce122858
commit
bb9a2e975e
6 changed files with 8 additions and 8 deletions
15
examples/rest_basic_auth/src/rest_basic_auth.app.src
Normal file
15
examples/rest_basic_auth/src/rest_basic_auth.app.src
Normal file
|
@ -0,0 +1,15 @@
|
|||
%% Feel free to use, reuse and abuse the code in this file.
|
||||
|
||||
{application, rest_basic_auth, [
|
||||
{description, "Cowboy Basic HTTP Authorization example."},
|
||||
{vsn, "1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
cowboy
|
||||
]},
|
||||
{mod, {rest_basic_auth_app, []}},
|
||||
{env, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue