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