mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-12-02 16:06:51 +00:00
update update api url
This commit is contained in:
parent
3e6dda7a77
commit
eea0794fae
@ -69,7 +69,7 @@ namespace CompatApiClient
|
||||
{
|
||||
try
|
||||
{
|
||||
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?c=" + commit))
|
||||
using (var message = new HttpRequestMessage(HttpMethod.Get, "https://update.rpcs3.net/?api=v1&c=" + commit))
|
||||
using (var response = await client.SendAsync(message, HttpCompletionOption.ResponseContentRead, cancellationToken).ConfigureAwait(false))
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user