mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Updated URL for Rainbet game-history
This commit is contained in:
@@ -96,7 +96,7 @@ public class Rainbet : IDisposable
|
||||
await RefreshCookies();
|
||||
}
|
||||
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 postData = JsonContent.Create(jsonBody);
|
||||
var postClientHandler = new HttpClientHandler();
|
||||
|
||||
Reference in New Issue
Block a user