feat: map rooms route and add it to sidebar room list
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user