Skip to content

Commit

Permalink
Server changed
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelovila committed Sep 30, 2023
1 parent 3c0ff2d commit a63b835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/logic/requester.dart
Original file line number Diff line number Diff line change
@@ -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<http.Response> getPlayerFromId(String id) async {
try {
Expand Down

0 comments on commit a63b835

Please sign in to comment.