chore: first liveview route
This commit is contained in:
@@ -17,7 +17,8 @@ defmodule SlaxWeb.Router do
|
||||
scope "/", SlaxWeb do
|
||||
pipe_through :browser
|
||||
|
||||
get "/", PageController, :home
|
||||
get "/home", PageController, :home
|
||||
live "/", ChatRoomLive
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
Reference in New Issue
Block a user