From 5408f1a1eb5aec4ae8ff4f2e28bd03241db77ccb Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 20 Nov 2022 22:50:05 +0100 Subject: [PATCH] Update URL --- Pages/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] : "";