Merged with new-api
This commit is contained in:
commit
a4a4b0497c
21 changed files with 145 additions and 78 deletions
|
|
@ -28,7 +28,7 @@ class TrendingController {
|
|||
|
||||
static public function rss() {
|
||||
$api = Misc::api();
|
||||
$feed = $api->getTrending();
|
||||
$feed = $api->getTrendingFeed();
|
||||
if ($feed->meta->success) {
|
||||
$feed = RSS::build('/trending', 'Trending', 'Tiktok trending', $feed->items);
|
||||
// Setup headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue