diff options
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; |
