We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3040fd9 commit f99fb2eCopy full SHA for f99fb2e
src/ConnectionRepository.php
@@ -13,7 +13,7 @@ public function __construct(array $config)
13
{
14
$this->apiGatewayManagementApiClient = new ApiGatewayManagementApiClient(array_merge($config['connection'], [
15
'version' => '2018-11-29',
16
- 'endpoint' => Str::replaceFirst('wss://', 'https://', $config['endpoint']),
+ 'endpoint' => Str::replaceFirst('wss://', 'https://', $config['endpoint']) . '/',
17
]));
18
}
19
0 commit comments