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 00f3c03 commit 7d37f74Copy full SHA for 7d37f74
docs/en/server/testing.md
@@ -321,7 +321,7 @@ $ grpcurl --plaintext localhost:9090 describe net.devh.boot.grpc.example.MyServi
321
net.devh.boot.grpc.example.MyService.SayHello is a method:
322
rpc SayHello ( .HelloRequest ) returns ( .HelloReply );
323
$ # Now we only have query for the request body structure
324
-$ grpcurl --plaintext localhost:9898 describe net.devh.boot.grpc.example.HelloRequest
+$ grpcurl --plaintext localhost:9090 describe net.devh.boot.grpc.example.HelloRequest
325
net.devh.boot.grpc.example.HelloRequest is a message:
326
message HelloRequest {
327
string name = 1;
0 commit comments