more changes
This commit is contained in:
parent
beaf92f7c4
commit
a3a4af7965
18 changed files with 165 additions and 24 deletions
|
|
@ -21,7 +21,8 @@ defmodule EzcontainerRailwayWeb.Router do
|
|||
get "/", PageController, :home
|
||||
post "/token", SessionController, :token
|
||||
|
||||
resources("/containers", ContainerController, only: [:index, :create, :show])
|
||||
live "/containers", ContainerCreateLive
|
||||
resources("/containers", ContainerController, only: [:create, :show])
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue