Updated URL for Rainbet game-history

This commit is contained in:
barelyprofessional
2025-03-21 20:56:44 +08:00
parent a7829470de
commit 637c8f9303

View File

@@ -96,7 +96,7 @@ public class Rainbet : IDisposable
await RefreshCookies(); await RefreshCookies();
} }
var flareSolverrProxy = await Helpers.GetValue(BuiltIn.Keys.FlareSolverrProxy); var flareSolverrProxy = await Helpers.GetValue(BuiltIn.Keys.FlareSolverrProxy);
var gameHistoryUrl = "https://sportsbook.rainbet.com/v1/game-history"; var gameHistoryUrl = "https://services.rainbet.com/v1/game-history";
var jsonBody = new Dictionary<string, int> { {"take", take} }; var jsonBody = new Dictionary<string, int> { {"take", take} };
var postData = JsonContent.Create(jsonBody); var postData = JsonContent.Create(jsonBody);
var postClientHandler = new HttpClientHandler(); var postClientHandler = new HttpClientHandler();