Skip to content

Commit 39fcde0

Browse files
committed
fix: Tag route shadowing
1 parent e3f3592 commit 39fcde0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/octocon_web/router.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,9 @@ defmodule OctoconWeb.Router do
7373
end
7474

7575
scope "/tags" do
76-
get "/", System.TagController, :index
7776
post "/", System.TagController, :create
7877

7978
scope "/:id" do
80-
get "/", System.TagController, :show
8179
patch "/", System.TagController, :update
8280
delete "/", System.TagController, :delete
8381

0 commit comments

Comments
 (0)