summaryrefslogtreecommitdiff
path: root/lib/lsg_web/endpoint.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsg_web/endpoint.ex')
-rw-r--r--lib/lsg_web/endpoint.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_web/endpoint.ex b/lib/lsg_web/endpoint.ex
index 2d0a6be..e89dc12 100644
--- a/lib/lsg_web/endpoint.ex
+++ b/lib/lsg_web/endpoint.ex
@@ -1,7 +1,7 @@
defmodule LSGWeb.Endpoint do
use Phoenix.Endpoint, otp_app: :lsg
- socket "/socket", LSGWeb.UserSocket
+ socket "/socket", LSGWeb.UserSocket, websocket: true
# Serve at "/" the static files from "priv/static" directory.
#