fix resolved host request

This commit is contained in:
yggverse 2024-04-07 20:14:45 +03:00
parent bc9fc470e6
commit a20d466bd0
2 changed files with 2 additions and 1 deletions

View file

@ -356,6 +356,7 @@ foreach($index->search('')
// Prepare remote request
$request = new \Yggverse\Gemini\Client\Request(
$base->get(),
$address->get()
);