feat: complete TASK-WP0-03 browser gate
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Dada.Supervisor;
|
||||
|
||||
internal static class LoopbackEndpoint
|
||||
{
|
||||
internal const string Host = "127.0.0.1";
|
||||
internal const int Port = 43121;
|
||||
internal static readonly Uri ProductUri = new($"http://{Host}:{Port}/");
|
||||
}
|
||||
Reference in New Issue
Block a user