remove tag show page

This commit is contained in:
2021-09-10 22:24:19 -04:00
committed by oliviasculley
parent 5d4d8285fb
commit d028af0671
4 changed files with 0 additions and 57 deletions

View File

@ -54,9 +54,6 @@ defmodule CanneryWeb.Router do
live "/tags/new", TagLive.Index, :new
live "/tags/:id/edit", TagLive.Index, :edit
live "/tags/:id", TagLive.Show, :show
live "/tags/:id/show/edit", TagLive.Show, :edit
live "/ammo_types", AmmoTypeLive.Index, :index
live "/ammo_types/new", AmmoTypeLive.Index, :new
live "/ammo_types/:id/edit", AmmoTypeLive.Index, :edit