0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 16:50:43 -05:00

change route to lowercase (!150)

Reviewed-on: SPT/Modules#150
(cherry picked from commit 2a2b81bc4a7304d4fd0ffe71701df229be9b534b)
This commit is contained in:
Kaeno 2024-07-12 16:21:03 +00:00 committed by Dev
parent d943d2750a
commit cf72610f68

View File

@ -115,7 +115,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);
}