diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 00:02:03 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-25 02:43:49 +1000 |
| commit | 8539f1142e9152cf9d285fa8be2738b48265a736 (patch) | |
| tree | 4df4a2f0edd52f7638a03320d47c5e2fb3bc059b /Controllers/ApiFeedController.cs | |
| parent | 69fc105d502ed8cd1c3e314ee799cb10aa3cf54b (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; |
