alright, that's it

This commit is contained in:
benbot 2023-10-27 01:48:53 -04:00
parent a25698347d
commit 794a2c1bf3
8 changed files with 76 additions and 35 deletions

View file

@ -37,6 +37,7 @@ defmodule EzcontainerRailwayWeb.Router do
live "/containers/create", ContainerCreateLive
live "/containers", ContainersLive
get "/logout", SessionController, :logout
resources("/containers", ContainerController, only: [:create, :show])
end