Change API

This commit is contained in:
Aryashakya 2023-07-30 12:01:20 +05:45
parent 2a09dfdacf
commit e4daad9cad
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import 'package:git_touch/widgets/user_item.dart';
import 'package:github_trending/github_trending.dart';
class GhTrendingScreen extends StatelessWidget {
static final trending = GithubTrending(prefix: 'https://gtrend.yapie.me');
static final trending = GithubTrending(prefix: 'https://api.gitterapp.com/');
@override
Widget build(BuildContext context) {