Claude set up a '/labels' endpoint
This commit is contained in:
@@ -18,6 +18,7 @@ defmodule LabelmakerWeb.Router do
|
||||
pipe_through :browser
|
||||
|
||||
live "/", Home
|
||||
get "/labels", LabelsController, :index
|
||||
get "/:label", LabelController, :show
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user