creating images

This commit is contained in:
Gavin McDonald
2025-04-28 16:55:01 -04:00
parent 3f9b51bf64
commit 48e83f4986
6 changed files with 86 additions and 2 deletions

View File

@@ -14,10 +14,17 @@ defmodule LabelmakerWeb.Router do
plug :accepts, ["json"]
end
# scope "/", LabelmakerWeb do
# pipe_through :browser
#
# get "/", PageController, :home
# end
scope "/", LabelmakerWeb do
pipe_through :browser
get "/", PageController, :home
live "/", Home
live "/:label", Label
end
# Other scopes may use custom stacks.