1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed service url

This commit is contained in:
kay.one 2012-02-29 23:03:19 -08:00
parent d8418b35e1
commit 245e122c61

View File

@ -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";