This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-scoretracker/Mod/Consts.cs
Liam c04a51de35
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 1m32s
why
2024-08-07 05:19:39 +01:00

8 lines
131 B
C#

namespace ScoreTracker
{
internal class Consts
{
public static string ApiUrl = "http://localhost:7500";
}
}