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

Fixed spacing

pull/3113/head
Lucas Schad 10 years ago
parent 4eb046113d
commit 235a2ddd66

@ -16,7 +16,7 @@ namespace NzbDrone.Api.Frontend
private readonly Logger _logger;
public StaticResourceModule(IEnumerable<IMapHttpRequestsToDisk> requestMappers, IConfigFileProvider configFileProvider, Logger logger)
public StaticResourceModule(IEnumerable<IMapHttpRequestsToDisk> requestMappers, IConfigFileProvider configFileProvider, Logger logger)
{
_requestMappers = requestMappers;
_configFileProvider = configFileProvider;
@ -64,4 +64,4 @@ namespace NzbDrone.Api.Frontend
return new NotFoundResponse();
}
}
}
}

Loading…
Cancel
Save