aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_stream_response/src/rest_stream_response.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rest_stream_response/src/rest_stream_response.app.src')
-rw-r--r--examples/rest_stream_response/src/rest_stream_response.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rest_stream_response/src/rest_stream_response.app.src b/examples/rest_stream_response/src/rest_stream_response.app.src
index 4a458b8..bf734ab 100644
--- a/examples/rest_stream_response/src/rest_stream_response.app.src
+++ b/examples/rest_stream_response/src/rest_stream_response.app.src
@@ -4,7 +4,7 @@
{description, "Cowboy REST with streaming."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [rest_stream_response_sup]},
{applications, [
kernel,
stdlib,