aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static_world/src/static_world.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/static_world/src/static_world.app.src')
-rw-r--r--examples/static_world/src/static_world.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/static_world/src/static_world.app.src b/examples/static_world/src/static_world.app.src
index b65995d..879801d 100644
--- a/examples/static_world/src/static_world.app.src
+++ b/examples/static_world/src/static_world.app.src
@@ -4,7 +4,7 @@
{description, "Cowboy static file handler example."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [static_world_sup]},
{applications, [
kernel,
stdlib,