diff options
author | Alex Auvolat <alex@adnab.me> | 2018-08-31 15:51:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-08-31 15:51:45 +0200 |
commit | 9d161648cc0b30dd9e0ead12f3bd5a379b26c815 (patch) | |
tree | 1f1dcbdf851981f5f36c91958814d3f99d2f99dd /lib/application.ex | |
parent | 0faa792c979788efb8cf8b80a3534f770d8b1a65 (diff) | |
download | shard-9d161648cc0b30dd9e0ead12f3bd5a379b26c815.tar.gz shard-9d161648cc0b30dd9e0ead12f3bd5a379b26c815.zip |
Remove web interface, deregistration for chat subs on death
Diffstat (limited to 'lib/application.ex')
-rw-r--r-- | lib/application.ex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/application.ex b/lib/application.ex index eef02f0..3e3a6ac 100644 --- a/lib/application.ex +++ b/lib/application.ex @@ -23,9 +23,6 @@ defmodule Shard.Application do # Applications & data store { Shard.Manager, listen_port }, - - # Web UI - # Plug.Adapters.Cowboy.child_spec(:http, SWeb.HTTPRouter, [], port: listen_port + 1000) ] # See http://elixir-lang.org/docs/stable/elixir/Supervisor.html |