From 9355368f54eb1252033a67b5c24de2aaf7c66640 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 7 Aug 2024 07:50:44 +0100 Subject: [PATCH] update api url --- Mod/Consts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mod/Consts.cs b/Mod/Consts.cs index 73866e4..4d5e788 100644 --- a/Mod/Consts.cs +++ b/Mod/Consts.cs @@ -2,6 +2,6 @@ { internal class Consts { - public static string ApiUrl = "http://localhost:7500"; + public static string ApiUrl = "https://beatsaber.fascinated.cc/api"; } }