We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c177395 commit fee6c6cCopy full SHA for fee6c6c
aspnetcore/grpc/grpcweb/sample/8.x/GrpcGreeter/Program.cs
@@ -33,7 +33,7 @@
33
34
app.UseGrpcWeb(new GrpcWebOptions { DefaultEnabled = true });
35
36
-app.MapGrpcService<GreeterService>().EnableGrpcWeb();
+app.MapGrpcService<GreeterService>();
37
app.MapGet("/", () => "All gRPC service are supported by default in this example, and are callable from browser apps using the gRPC-Web protocol");
38
39
app.Run();
0 commit comments