mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 02:30:44 -05:00
change route to lowercase (!150)
Reviewed-on: SPT/Modules#150 (cherry picked from commit 2a2b81bc4a7304d4fd0ffe71701df229be9b534b)
This commit is contained in:
parent
d943d2750a
commit
cf72610f68
@ -115,7 +115,7 @@ namespace SPT.Custom.Patches
|
|||||||
|
|
||||||
private static List<string> GetBossConvertFromServer()
|
private static List<string> GetBossConvertFromServer()
|
||||||
{
|
{
|
||||||
string json = RequestHandler.GetJson("/singleplayer/BossConvert");
|
string json = RequestHandler.GetJson("/singleplayer/bossconvert");
|
||||||
return JsonConvert.DeserializeObject<List<string>>(json);
|
return JsonConvert.DeserializeObject<List<string>>(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user