mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-15 18:55:08 +00:00
Fixed service url
This commit is contained in:
parent
d8418b35e1
commit
245e122c61
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public static class ReportingService
|
|||
{
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private const string SERVICE_URL = "http://stage.services.nzbdrone.com/reporting";
|
||||
private const string SERVICE_URL = "http://services.nzbdrone.com/reporting";
|
||||
private const string PARSE_URL = SERVICE_URL + "/ParseError";
|
||||
private const string EXCEPTION_URL = SERVICE_URL + "/ReportException";
|
||||
|
||||
|
|
Loading…
Reference in a new issue