Update URL

This commit is contained in:
Laura Hausmann 2022-11-20 22:50:05 +01:00
parent e8a558632c
commit 5408f1a1eb
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

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