mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Remove the Authorize attribute
This commit is contained in:
parent
c423189ae3
commit
9500f21bfe
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user