diff options
Diffstat (limited to 'src/ranch.app.src')
-rw-r--r-- | src/ranch.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch.app.src b/src/ranch.app.src index dd2840c..8d0a208 100644 --- a/src/ranch.app.src +++ b/src/ranch.app.src @@ -16,7 +16,7 @@ {description, "Socket acceptor pool for TCP protocols."}, {vsn, git}, {modules, []}, - {registered, [ranch_sup]}, + {registered, [ranch_sup, ranch_server]}, {applications, [ kernel, stdlib |