Change statistics identiy

This commit is contained in:
Laura Hausmann 2022-11-20 17:45:41 +01:00
parent 33dbbae9a1
commit 54fe97c2c7
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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]