summaryrefslogtreecommitdiff
path: root/TagController.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-09 09:21:36 +1000
committerJake Mannens <jake@asger.xyz>2025-08-18 10:59:32 +1000
commit5247aa5a136fcf48d80c8e75625ae773a14fbd26 (patch)
treec598c38420f2c996d5233931822fd7f797a1d8db /TagController.cs
parent6c53f3dc43f072dce4ffe4a1bd306074dd20ff39 (diff)
Added the ability to delete media items
Diffstat (limited to 'TagController.cs')
-rw-r--r--TagController.cs2
1 files changed, 1 insertions, 1 deletions
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;