diff options
Diffstat (limited to 'examples/rest_pastebin/src/rest_pastebin.app.src')
-rw-r--r-- | examples/rest_pastebin/src/rest_pastebin.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rest_pastebin/src/rest_pastebin.app.src b/examples/rest_pastebin/src/rest_pastebin.app.src index 7701ebe..aae6146 100644 --- a/examples/rest_pastebin/src/rest_pastebin.app.src +++ b/examples/rest_pastebin/src/rest_pastebin.app.src @@ -4,7 +4,7 @@ {description, "Cowboy REST Pastebin example inspired by sprunge."}, {vsn, "1"}, {modules, []}, - {registered, []}, + {registered, [rest_pastebin_sup]}, {applications, [ kernel, stdlib, |