chore: first liveview route

This commit is contained in:
2024-10-07 23:21:49 +00:00
parent ec3b82cd00
commit 63eff84a58
2 changed files with 12 additions and 1 deletions

View File

@@ -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.