From 54fe97c2c7c420fa620307b18d16fb97232579f3 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 20 Nov 2022 17:45:41 +0100 Subject: [PATCH] Change statistics identiy --- Pages/Log.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/Log.cs b/Pages/Log.cs index e033488..40bf056 100644 --- a/Pages/Log.cs +++ b/Pages/Log.cs @@ -14,7 +14,7 @@ public class Log : Controller { public const string StatisticsUser = "zotan"; private const string StatisticsUrl = "https://dev.zotan.pw/np/log"; - private const string StatisticsSource = "music.zotan.services"; + private const string StatisticsSource = "music.ztn.sh"; private readonly string _statisticsToken = System.IO.File.Exists(".bearer_token") ? System.IO.File.ReadAllLines(".bearer_token")[0] : ""; [HttpGet]