Skip to content

Commit 3e8de62

Browse files
committed
updated server url
1 parent 20b0bbe commit 3e8de62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/apis/Apis.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// import 'dart:io';
22

33
class Apis {
4-
static String? apiUrl = "http://165.232.121.139/";
4+
static String? apiUrl = "http://209.38.140.141:3000/";
55
// players routes
66
static String fetchPlayers = "${apiUrl}player/players/";
77
static String createPlayer = "${apiUrl}player/addplayer";

0 commit comments

Comments
 (0)