feat(chat): initial implementation for edit live view

This commit is contained in:
2024-10-16 01:04:23 +00:00
parent 32350431f8
commit a0d23e5672
4 changed files with 63 additions and 1 deletions

View File

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