Skip to content

Commit

Permalink
Fix examples/grpc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jul 5, 2023
1 parent 72b857a commit ac9bfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
Expand Down

0 comments on commit ac9bfd5

Please sign in to comment.