Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/4760e416eff4645d74a7481aad80cc5770a940ea?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1676/head
Jamie 8 years ago
parent 0f9f83fe7d
commit 4760e416ef

@ -36,7 +36,7 @@ namespace Ombi.Api.Slack
request.AddJsonBody(body); request.AddJsonBody(body);
request.ApplicationJsonContentType(); request.ApplicationJsonContentType();
return await Api.Request<string>(request); return await Api.RequestContent(request);
} }
} }
} }

Loading…
Cancel
Save