Skip to content

Commit f99fb2e

Browse files
committed
Add tailing slash
1 parent 3040fd9 commit f99fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct(array $config)
1313
{
1414
$this->apiGatewayManagementApiClient = new ApiGatewayManagementApiClient(array_merge($config['connection'], [
1515
'version' => '2018-11-29',
16-
'endpoint' => Str::replaceFirst('wss://', 'https://', $config['endpoint']),
16+
'endpoint' => Str::replaceFirst('wss://', 'https://', $config['endpoint']) . '/',
1717
]));
1818
}
1919

0 commit comments

Comments
 (0)