diff --git a/examples/grpc.js b/examples/grpc.js index cda5adfe0b4..dd01f802932 100644 --- a/examples/grpc.js +++ b/examples/grpc.js @@ -8,7 +8,7 @@ client.load([], "./grpc_server/route_guide.proto") export default () => { client.connect("127.0.0.1:10000", { plaintext: true }) - const response = client.invoke("main.RouteGuide/GetFeature", { + const response = client.invoke("main.FeatureExplorer/GetFeature", { latitude: 410248224, longitude: -747127767 })