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

removed left over nancy code from owincontroller.

pull/2/head
kay.one 12 years ago
parent 91c0e21a4d
commit a0162d52f9

@ -46,12 +46,6 @@ namespace NzbDrone.Owin
}
}
private static IAppBuilder RunNancy(IAppBuilder builder, INancyBootstrapper bootstrapper)
{
var nancyOwinHost = new NancyOwinHost(null, bootstrapper);
return builder.Use((Func<Func<IDictionary<string, object>, Task>, Func<IDictionary<string, object>, Task>>)(next => (Func<IDictionary<string, object>, Task>)nancyOwinHost.Invoke), new object[0]);
}
public string AppUrl
{
get { return string.Format("http://localhost:{0}", _configFileProvider.Port); }

Loading…
Cancel
Save