Skip to content

Commit 13963a3

Browse files
committed
change base uri to https
1 parent be58a7d commit 13963a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Interact/CurlConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CurlConfig
1010
{
1111
public static function doCurl($apiKey, $userIdentity)
1212
{
13-
$url = "http://" . Config::SERVER_HOST . ":" . Config::SERVER_PORT;
13+
$url = "https://" . Config::SERVER_HOST . ":" . Config::SERVER_PORT;
1414
$client = new Client([
1515
'base_uri' => $url,
1616
'timeout' => 2.0

0 commit comments

Comments
 (0)