New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit b28bc04a53 - Show all commits

View File

@@ -17,6 +17,7 @@ builder
.WithReference(api)
.WaitFor(api)
.WithHttpEndpoint(port: 44200, env: "PORT", isProxied: false)
.WithExternalHttpEndpoints();
.WithExternalHttpEndpoints()
.WithHttpHealthCheck("/", 200);
builder.Build().Run();