FIX: proxy no identificado por web

This commit is contained in:
Juan Pablo Vial
2025-05-15 11:47:28 -04:00
parent 5e2d2e861f
commit bb459a2ff5

View File

@ -178,7 +178,7 @@ return [
return new Incoviba\Service\Worker\Request(
$container->get(Psr\Log\LoggerInterface::class),
new GuzzleHttp\Client([
'base_uri' => 'http://proxy/api',
'base_uri' => 'http://incoviba_proxy/api',
'headers' => [
'Authorization' => "Bearer {$key}"
]