Skip to content

Commit

Permalink
Update app_update_controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
moesaid committed Jan 6, 2025
1 parent 0e0c9f2 commit d1b4942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/Controllers/Global/app_update_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AppUpdateController extends GetxController {
_fetchApi() async {
final data = await http.get(
Uri.parse(
"https://api.github.com/repos/moesaid/FlutterPP_Public/releases/latest",
"https://api.github.com/repos/moesaid/FlutterPP/releases/latest",
),
);

Expand Down

0 comments on commit d1b4942

Please sign in to comment.