serve images, not HTML
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user