0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:50:45 -05:00

change route to lowercase (!150)

Reviewed-on: SPT/Modules#150
This commit is contained in:
Kaeno 2024-07-12 16:21:03 +00:00
parent 775bad05ab
commit 2a2b81bc4a

View File

@ -108,7 +108,7 @@ namespace SPT.Custom.Patches
private static List<string> GetBossConvertFromServer()
{
string json = RequestHandler.GetJson("/singleplayer/BossConvert");
string json = RequestHandler.GetJson("/singleplayer/bossconvert");
return JsonConvert.DeserializeObject<List<string>>(json);
}