Skip to content

Commit

Permalink
fix: remove file:// from grpc examples
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias <[email protected]>
  • Loading branch information
matthias-pichler committed Oct 10, 2024
1 parent 366fa80 commit cdb7713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ do:
call: grpc
with:
proto:
endpoint: file://app/greet.proto
endpoint: https://greeter.com/greet.proto
service:
name: GreeterApi.Greeter
host: localhost
Expand Down
2 changes: 1 addition & 1 deletion examples/call-grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ do:
call: grpc
with:
proto:
endpoint: file://app/greet.proto
endpoint: https://greeter.com/greet.proto
service:
name: GreeterApi.Greeter
host: localhost
Expand Down

0 comments on commit cdb7713

Please sign in to comment.