update api url
All checks were successful
Release Mod / Build (push) Successful in 29s

This commit is contained in:
Lee 2024-08-07 07:50:44 +01:00
parent c2e0aafda6
commit 9355368f54

@ -2,6 +2,6 @@
{
internal class Consts
{
public static string ApiUrl = "http://localhost:7500";
public static string ApiUrl = "https://beatsaber.fascinated.cc/api";
}
}