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"; } }