From a63b835210a00901ed4fb3158ec573a88fa085d9 Mon Sep 17 00:00:00 2001 From: Miguel Vila Date: Sat, 30 Sep 2023 04:37:03 +0100 Subject: [PATCH] Server changed --- client/lib/logic/requester.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/logic/requester.dart b/client/lib/logic/requester.dart index 84cd39b..e69bc87 100644 --- a/client/lib/logic/requester.dart +++ b/client/lib/logic/requester.dart @@ -1,7 +1,7 @@ import 'dart:convert'; import 'package:http/http.dart' as http; -const String baseUrl = "http://localhost:3000"; +const String baseUrl = "http://192.168.1.5:3000"; Future getPlayerFromId(String id) async { try {