first chicken and egg

This commit is contained in:
2023-04-16 21:32:56 +02:00
parent 59f6d3dace
commit d1c9fcefff
6 changed files with 73 additions and 265 deletions

View File

@ -17,7 +17,7 @@ defmodule ChickenEggWeb.Router do
scope "/", ChickenEggWeb do
pipe_through :browser
get "/", PageController, :home
live "/", IndexLive
end
# Other scopes may use custom stacks.