feat: map rooms route and add it to sidebar room list

This commit is contained in:
2024-10-10 00:45:16 +00:00
parent 7765b11f46
commit e20857f1d6
2 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ defmodule SlaxWeb.Router do
get "/home", PageController, :home
live "/", ChatRoomLive
live "/rooms/:id", ChatRoomLive
end
# Other scopes may use custom stacks.