diff options
author | href <href@random.sh> | 2018-12-17 14:39:59 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-12-17 17:06:18 +0100 |
commit | 77b5154c825e2ff5996f170c03657eaadcef4680 (patch) | |
tree | 0087ee04cb908051db50d0eb875dcc10302cc952 /lib/pleroma/web/endpoint.ex | |
parent | 5dcb7aeceacc61beb99466c086ea26b5ae8d947a (diff) | |
download | pleroma-77b5154c825e2ff5996f170c03657eaadcef4680.tar.gz |
Cowboy handler for Mastodon WebSocket
Diffstat (limited to 'lib/pleroma/web/endpoint.ex')
-rw-r--r-- | lib/pleroma/web/endpoint.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/web/endpoint.ex b/lib/pleroma/web/endpoint.ex index aacc88195..e52667c72 100644 --- a/lib/pleroma/web/endpoint.ex +++ b/lib/pleroma/web/endpoint.ex @@ -3,8 +3,6 @@ defmodule Pleroma.Web.Endpoint do socket("/socket", Pleroma.Web.UserSocket) - socket("/api/v1", Pleroma.Web.MastodonAPI.MastodonSocket, websocket: [path: "/streaming"]) - # Serve at "/" the static files from "priv/static" directory. # # You should set gzip to true if you are running phoenix.digest |