Claude set up a '/labels' endpoint

This commit is contained in:
Gavin McDonald
2025-10-17 18:25:45 -04:00
parent 679c7c75d8
commit 4a7e966744
5 changed files with 222 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ defmodule LabelmakerWeb.Router do
pipe_through :browser
live "/", Home
get "/labels", LabelsController, :index
get "/:label", LabelController, :show
end