mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed Nzbdrone reporting service to point to the right url.
This commit is contained in:
parent
26242d7dde
commit
ad9a7fa6e4
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Common
|
|||
{
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private const string SERVICE_URL = "http://localhost.:1542/reporting";
|
||||
private const string SERVICE_URL = "http://service.nzbdrone.com/reporting";
|
||||
private const string PARSE_URL = SERVICE_URL + "/parser";
|
||||
private const string EXCEPTION_URL = SERVICE_URL + "/exception";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue