diff --git a/Pages/Log.cs b/Pages/Log.cs index 40bf056..022c7fa 100644 --- a/Pages/Log.cs +++ b/Pages/Log.cs @@ -13,7 +13,7 @@ public class Log : Controller { public const bool StatisticsEnabled = true; public const string StatisticsUser = "zotan"; - private const string StatisticsUrl = "https://dev.zotan.pw/np/log"; + private const string StatisticsUrl = "https://zotan.pw/np/log"; private const string StatisticsSource = "music.ztn.sh"; private readonly string _statisticsToken = System.IO.File.Exists(".bearer_token") ? System.IO.File.ReadAllLines(".bearer_token")[0] : "";