0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix the list of registered processes in the examples

This commit is contained in:
Loïc Hoguin 2013-09-09 16:46:21 +02:00
parent bbe42d9bc5
commit 1a4e7a8618
17 changed files with 17 additions and 17 deletions

View file

@ -4,7 +4,7 @@
{description, "Cowboy Basic HTTP Authorization example."},
{vsn, "1"},
{modules, []},
{registered, []},
{registered, [rest_basic_auth_sup]},
{applications, [
kernel,
stdlib,