feat(chat): initial implementation for edit live view
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user