Skip to content

Commit 6cf326f

Browse files
committed
Use correct URL for API
1 parent 8b2be6d commit 6cf326f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Runtime/Client/LootLockerConfig.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ public static LootLockerConfig current
7171
public enum platformType { Android, iOS, Steam, Windows, GoG, Xbox, PlayStationNetwork, EpicStore, NintendoSwitch, Web, Other }
7272
public bool developmentMode;
7373
[HideInInspector]
74-
public string url = "https://api.tobias.dev.lootlocker.io/game/v1";
74+
public string url = "https://api.lootlocker.io/game/v1";
7575
[HideInInspector]
76-
public string adminUrl = "https://api.tobias.dev.lootlocker.io/admin";
76+
public string adminUrl = "https://api.lootlocker.io/admin";
7777
[HideInInspector]
78-
public string playerUrl = "https://api.tobias.dev.lootlocker.io/player";
78+
public string playerUrl = "https://api.lootlocker.io/player";
7979
[HideInInspector]
80-
public string userUrl = "https://api.tobias.dev.lootlocker.io/game";
80+
public string userUrl = "https://api.lootlocker.io/game";
8181
public enum DebugLevel { All, ErrorOnly, NormalOnly, Off }
8282
public DebugLevel currentDebugLevel;
8383
public bool allowTokenRefresh = true;

Runtime/Game/Resources/Config/LootLockerConfig.asset

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ MonoBehaviour:
2020
deviceID: ergheftghege
2121
platform: 0
2222
developmentMode: 1
23-
url: https://api.tobias.dev.lootlocker.io/game/v1
24-
adminUrl: https://apitobias.dev..lootlocker.io/admin
25-
playerUrl: https://api.tobias.dev.lootlocker.io/player
26-
userUrl: https://api.tobias.dev.lootlocker.io/game
23+
url: https://api.lootlocker.io/game/v1
24+
adminUrl: https://api.lootlocker.io/admin
25+
playerUrl: https://api.lootlocker.io/player
26+
userUrl: https://api.lootlocker.io/game
2727
currentDebugLevel: 0
2828
allowTokenRefresh: 1

0 commit comments

Comments
 (0)