This commit is contained in:
2026-01-22 19:44:04 -07:00
parent 53d0304386
commit 21c59bf669

View File

@@ -1,7 +1,7 @@
public class Endpoints
{
private static readonly string HOST = "games.lncvrt.xyz";
public static readonly string BASE_URL = $"https://${HOST}/api";
public static readonly string BASE_URL = $"https://{HOST}/api";
public static readonly string BERRYDASH_ENDPOINT = BASE_URL + "/berrydash";
public static readonly string LATEST_VERSION_ENDPOINT = BERRYDASH_ENDPOINT + "/latest-version";
public static readonly string LEADERBOARDS_ENDPOINT = BERRYDASH_ENDPOINT + "/leaderboards";