Clean up
This commit is contained in:
parent
4841d5f019
commit
10b9c338f2
|
|
@ -16,7 +16,7 @@ namespace GrpcService_CSharp
|
|||
}
|
||||
|
||||
// Additional configuration is required to successfully run gRPC on macOS.
|
||||
// For instructions on how to configure Kestrel and gRPC clients to run on macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
|
||||
// For instructions on how to configure Kestrel and gRPC clients for macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
|
||||
public static IHostBuilder CreateHostBuilder(string[] args) =>
|
||||
Host.CreateDefaultBuilder(args)
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue