From a99c8f2be3d80aef7b3ee896215546e93b2fa403 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 May 2026 00:02:03 +1000 Subject: Removed authentication/authorization --- Controllers/MediaController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Controllers/MediaController.cs') diff --git a/Controllers/MediaController.cs b/Controllers/MediaController.cs index 248765a..9a816e6 100644 --- a/Controllers/MediaController.cs +++ b/Controllers/MediaController.cs @@ -8,7 +8,6 @@ using Microsoft.EntityFrameworkCore; namespace HyperBooru.Controllers; [ApiController] -[Authorize] [Route("/media")] public class MediaController : Controller { private IHttpContextAccessor httpContextAccessor; -- cgit v1.3