diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 00:02:03 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:16:00 +1000 |
| commit | a99c8f2be3d80aef7b3ee896215546e93b2fa403 (patch) | |
| tree | 36117cae914d420bdbbef2192a97daead1cf1f82 /Controllers/ApiFeedController.cs | |
| parent | d8870de423f7f674ff7187927d9eaeddb390d71c (diff) | |
Removed authentication/authorization
Diffstat (limited to 'Controllers/ApiFeedController.cs')
| -rw-r--r-- | Controllers/ApiFeedController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Controllers/ApiFeedController.cs b/Controllers/ApiFeedController.cs index 068cc17..fa8550d 100644 --- a/Controllers/ApiFeedController.cs +++ b/Controllers/ApiFeedController.cs @@ -7,7 +7,6 @@ using Microsoft.EntityFrameworkCore; namespace HyperBooru.Controllers; [ApiController] -[Authorize] [Route("/api/feed")] public class ApiFeedController : Controller { private IFeedService feedService; |
