mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: allow unauthenticated users to perform domain name lookups
This commit is contained in:
@@ -71,7 +71,7 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
|
||||
],
|
||||
),
|
||||
],
|
||||
provider: AutoRegisterDomainProvider::class
|
||||
provider: AutoRegisterDomainProvider::class,
|
||||
)]
|
||||
class Domain
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user