Add remote request capability

This commit is contained in:
Maciej 2026-03-01 10:20:38 +02:00
parent 45f55083fc
commit f1bd4a0fdd
Signed by: maciej
GPG key ID: 28243AF437E32F99
6 changed files with 28 additions and 188 deletions

View file

@ -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),