From 21c59bf66989c89f9296ddf09de88fc0326442c8 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 22 Jan 2026 19:44:04 -0700 Subject: [PATCH] Shit --- Assets/Scripts/Other/Endpoints.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Other/Endpoints.cs b/Assets/Scripts/Other/Endpoints.cs index ca10dcb..ef12263 100644 --- a/Assets/Scripts/Other/Endpoints.cs +++ b/Assets/Scripts/Other/Endpoints.cs @@ -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";