New Angular based web version #1
@@ -17,6 +17,7 @@ builder
|
||||
.WithReference(api)
|
||||
.WaitFor(api)
|
||||
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
|
||||
.WithExternalHttpEndpoints();
|
||||
.WithExternalHttpEndpoints()
|
||||
.WithHttpHealthCheck("/", 200);
|
||||
|
||||
builder.Build().Run();
|
||||
|
||||
Reference in New Issue
Block a user