summaryrefslogtreecommitdiff
path: root/TagController.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-09 16:07:56 +1000
committerJake Mannens <jake@asger.xyz>2023-08-09 16:07:56 +1000
commita86dfad7ef5a00a8f942130ba61e71c7cd50602d (patch)
treec301263dc60956d230b71f8ef7ad77242876f969 /TagController.cs
parente37895553ac379de78e9cf29b315afe4e6634c13 (diff)
Initial tag definition editing functionality
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;