Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 43b5cf5

Browse files
committed
update
1 parent d6ab949 commit 43b5cf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/TikTokPrivate/Api.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class Api
1616
*
1717
* @var string
1818
*/
19-
protected $api_base = "http://localhost:5000";
20-
//protected $api_base = "https://api-3.wppress.net";
19+
protected $api_base = "https://api-3.wppress.net";
2120

2221
/**
2322
* Config
@@ -181,7 +180,7 @@ public function getChallengeID($challenge_name)
181180
*
182181
* @param string $video_id Video ID
183182
* @param integer $cursor Offset Cursor
184-
* @return string|false Returns object or false on failure
183+
* @return object|false Returns object or false on failure
185184
*/
186185
public function getComments($video_id, $cursor = 0)
187186
{

0 commit comments

Comments
 (0)