Skip to content

Commit

Permalink
fix: rename operation
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee committed Jan 9, 2025
1 parent 5e1d059 commit 0529fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/service/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {

in := &dapr.InvokeBindingRequest{
Name: "example-http-binding",
Operation: "create",
Operation: "world",
}
if err := client.InvokeOutputBinding(ctx, in); err != nil {
panic(err)
Expand Down
2 changes: 1 addition & 1 deletion examples/service/config/binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
version: v1
metadata:
- name: url
value: https://sandbox.api.service.nhs.uk/hello-world/hello/world
value: https://sandbox.api.service.nhs.uk/hello-world/hello/
- name: method
value: GET

0 comments on commit 0529fcc

Please sign in to comment.