Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. defmodule BreakoutexWeb.Endpoint do
  2. use Phoenix.Endpoint, otp_app: :breakoutex
  3.  
  4. socket "/live", Phoenix.LiveView.Socket, websocket: [timeout: 45_000]
  5.  
  6. # rest of the module
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement