Files
2026-02-21 16:45:37 +08:00

12 lines
279 B
C#

namespace SRDebugger.Internal
{
public static class SRDebugApi
{
public const string Protocol = "http://";
public const string EndPoint = "http://srdebugger.stompyrobot.uk";
public const string BugReportEndPoint = "http://srdebugger.stompyrobot.uk/report/submit";
}
}