added coords
This commit is contained in:
@@ -22,7 +22,7 @@ public class PlaytimeTracker {
|
||||
//ticks zu backend schicken
|
||||
|
||||
private static final String BACKEND_URL =
|
||||
"http://127.0.0.1:5000/api/heartbeat";
|
||||
"http://62.116.42.223:25501/api/heartbeat";
|
||||
|
||||
private static final HttpClient HTTP =
|
||||
HttpClient.newBuilder()
|
||||
@@ -87,7 +87,7 @@ public class PlaytimeTracker {
|
||||
//playtime vom server holen
|
||||
|
||||
private static final String PLAYTIME_URL =
|
||||
"http://localhost:5000/api/player/%s/playtime";
|
||||
"http://62.116.42.223:25501/api/player/%s/playtime";
|
||||
|
||||
|
||||
public static void getPlaytime() {
|
||||
|
||||
Reference in New Issue
Block a user