fix: forgive me

This commit is contained in:
Maël Gangloff
2025-11-12 20:30:06 +01:00
parent 88a3954c6e
commit 60223a7338

View File

@@ -251,7 +251,7 @@ class RDAPService
]);
try {
$req = $this->client->request('GET', 'http://localhost:3000');
$req = $this->client->request('GET', $rdapServerUrl.'domain/'.$idnDomain);
$this->statService->incrementStat('stats.rdap_queries.count');
return $req->toArray();