mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
6 lines
112 B
Elixir
6 lines
112 B
Elixir
defmodule ChessWeb.Presence do
|
|
use Phoenix.Presence,
|
|
otp_app: :chess,
|
|
pubsub_server: Chess.PubSub
|
|
end
|