We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b0bbe commit 3e8de62Copy full SHA for 3e8de62
lib/apis/Apis.dart
@@ -1,7 +1,7 @@
1
// import 'dart:io';
2
3
class Apis {
4
- static String? apiUrl = "http://165.232.121.139/";
+ static String? apiUrl = "http://209.38.140.141:3000/";
5
// players routes
6
static String fetchPlayers = "${apiUrl}player/players/";
7
static String createPlayer = "${apiUrl}player/addplayer";
0 commit comments