Skip to content

Commit

Permalink
Merge pull request #6 from GLUA-UA/client-dev
Browse files Browse the repository at this point in the history
Server changed
  • Loading branch information
miguelovila authored Sep 30, 2023
2 parents f2a1fef + a63b835 commit 1a1eed7
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 1a1eed7

Please sign in to comment.