From 5247aa5a136fcf48d80c8e75625ae773a14fbd26 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 9 Aug 2023 09:21:36 +1000 Subject: Added the ability to delete media items --- TagController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TagController.cs') diff --git a/TagController.cs b/TagController.cs index b97b066..5c9fa39 100644 --- a/TagController.cs +++ b/TagController.cs @@ -3,7 +3,7 @@ namespace HyperBooru; [ApiController] -[Route("tag")] +[Route("/api/tag")] public class TagController : Controller { private HyperBooruDbContext db; -- cgit v1.3