12 lines
279 B
C#
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";
|
|
}
|
|
}
|