mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: forgive me
This commit is contained in:
@@ -251,7 +251,7 @@ class RDAPService
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$req = $this->client->request('GET', 'http://localhost:3000');
|
$req = $this->client->request('GET', $rdapServerUrl.'domain/'.$idnDomain);
|
||||||
$this->statService->incrementStat('stats.rdap_queries.count');
|
$this->statService->incrementStat('stats.rdap_queries.count');
|
||||||
|
|
||||||
return $req->toArray();
|
return $req->toArray();
|
||||||
|
|||||||
Reference in New Issue
Block a user