Okay that's about everything again
This commit is contained in:
parent
d094ff036f
commit
a25698347d
4 changed files with 63 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue