diff --git a/src/Api/Controllers/PhishingDomainsController.cs b/src/Api/Controllers/PhishingDomainsController.cs index 08a063ad25..b353dd2cbd 100644 --- a/src/Api/Controllers/PhishingDomainsController.cs +++ b/src/Api/Controllers/PhishingDomainsController.cs @@ -1,11 +1,9 @@ using Bit.Core.Repositories; -using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace Bit.Api.Controllers; [Route("phishing-domains")] -[Authorize("PhishingDomains")] public class PhishingDomainsController(IPhishingDomainRepository phishingDomainRepository) : Controller { [HttpGet]