mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix the list of registered processes in the examples
This commit is contained in:
parent
bbe42d9bc5
commit
1a4e7a8618
17 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
{description, "Cowboy REST Hello World example."},
|
||||
{vsn, "1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{registered, [rest_hello_world_sup]},
|
||||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue