Okay that's about everything again

This commit is contained in:
benbot 2023-10-26 00:24:51 -04:00
parent d094ff036f
commit a25698347d
4 changed files with 63 additions and 4 deletions

View file

@ -36,7 +36,8 @@ defmodule EzcontainerRailwayWeb.Router do
pipe_through :ensure_token
live "/containers/create", ContainerCreateLive
resources("/containers", ContainerController, only: [:index, :create, :show])
live "/containers", ContainersLive
resources("/containers", ContainerController, only: [:create, :show])
end
# Other scopes may use custom stacks.