Merge pull request #4161 from sir-marv/WebHookBug

Update WebhookApi.cs
pull/4185/head v4.0.1344
Jamie 3 years ago committed by GitHub
commit 38a9f4769d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ namespace Ombi.Api.Webhook
public async Task PushAsync(string baseUrl, string accessToken, IDictionary<string, string> parameters)
{
var request = new Request("/", baseUrl, HttpMethod.Post);
var request = new Request("", baseUrl, HttpMethod.Post);
if (!string.IsNullOrWhiteSpace(accessToken))
{

Loading…
Cancel
Save