Skip to content

Commit 0b6adf7

Browse files
committed
Updated urls
1 parent 74f5ea2 commit 0b6adf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LiveCoding.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ class LiveCoding
4545
*
4646
* @var string
4747
*/
48-
protected $apiUrl = 'https://www.livecoding.tv:443/api';
48+
protected $apiUrl = 'https://www.liveedu.tv:443/api';
4949

5050
/**
5151
* Base oAuth token url of LiveCodingTV.
5252
*
5353
* @var string
5454
*/
55-
protected $tokenUrl = 'https://www.livecoding.tv/o/token/';
55+
protected $tokenUrl = 'https://www.liveedu.tv/o/token/';
5656

5757
/**
5858
* [$apiRequiredParams description].
@@ -147,7 +147,7 @@ public function initializeAuthLink()
147147
'response_type' => 'code',
148148
];
149149

150-
$this->authLink = 'https://www.livecoding.tv/o/authorize/?'.http_build_query($query);
150+
$this->authLink = 'https://www.liveedu.tv/o/authorize/?'.http_build_query($query);
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)