Add remote request capability
This commit is contained in:
parent
45f55083fc
commit
f1bd4a0fdd
6 changed files with 28 additions and 188 deletions
|
|
@ -15,10 +15,6 @@ defmodule BirdyChatWeb.Endpoint do
|
|||
websocket: [connect_info: [session: @session_options]],
|
||||
longpoll: [connect_info: [session: @session_options]]
|
||||
|
||||
socket "/socket", BirdyChatWeb.ServerSocket,
|
||||
websocket: true,
|
||||
longpoll: false
|
||||
|
||||
# Serve at "/" the static files from "priv/static" directory.
|
||||
#
|
||||
# When code reloading is disabled (e.g., in production),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue