serve images, not HTML

This commit is contained in:
Gavin McDonald
2025-05-05 13:19:37 -04:00
parent 8cd5f11b23
commit 438fa306ae
3 changed files with 87 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ defmodule LabelmakerWeb.Router do
pipe_through :browser
live "/", Home
live "/:label", Label
get "/:label", LabelController, :show
# live "/:label", Label
end
# Other scopes may use custom stacks.