diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-09 16:07:56 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-09 16:07:56 +1000 |
| commit | a86dfad7ef5a00a8f942130ba61e71c7cd50602d (patch) | |
| tree | c301263dc60956d230b71f8ef7ad77242876f969 /TagController.cs | |
| parent | e37895553ac379de78e9cf29b315afe4e6634c13 (diff) | |
Initial tag definition editing functionality
Diffstat (limited to 'TagController.cs')
| -rw-r--r-- | TagController.cs | 2 |
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; |
