Skip to content

Commit

Permalink
Revert "fix: remove file:// from grpc examples"
Browse files Browse the repository at this point in the history
This reverts commit cdb7713.

Signed-off-by: Matthias <matthias@pichler.co.com>
  • Loading branch information
matthias-pichler committed Oct 11, 2024
1 parent b88bbf2 commit dd2b255
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: https://greeter.com/greet.proto
endpoint: file://app/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: https://greeter.com/greet.proto
endpoint: file://app/greet.proto
service:
name: GreeterApi.Greeter
host: localhost
Expand Down

0 comments on commit dd2b255

Please sign in to comment.