File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ class LiveCoding
45
45
*
46
46
* @var string
47
47
*/
48
- protected $ apiUrl = 'https://www.livecoding .tv:443/api ' ;
48
+ protected $ apiUrl = 'https://www.liveedu .tv:443/api ' ;
49
49
50
50
/**
51
51
* Base oAuth token url of LiveCodingTV.
52
52
*
53
53
* @var string
54
54
*/
55
- protected $ tokenUrl = 'https://www.livecoding .tv/o/token/ ' ;
55
+ protected $ tokenUrl = 'https://www.liveedu .tv/o/token/ ' ;
56
56
57
57
/**
58
58
* [$apiRequiredParams description].
@@ -147,7 +147,7 @@ public function initializeAuthLink()
147
147
'response_type ' => 'code ' ,
148
148
];
149
149
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 );
151
151
}
152
152
153
153
/**
You can’t perform that action at this time.
0 commit comments