Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/90c99507f8d223785d61b976f5a95f1972c088f9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed build

pull/1510/head
TidusJar 8 years ago
parent be74644271
commit 90c99507f8

@ -200,7 +200,7 @@ namespace Ombi
app.UseHangfireDashboard("/hangfire", new DashboardOptions
{
Authorization = new [] { new HangfireAuthorizationFilter() }
}););
});
app.UseSwaggerUI(c =>
{

Loading…
Cancel
Save