diff --git a/examples/service/client/main.go b/examples/service/client/main.go index f4a6112a..283cc702 100644 --- a/examples/service/client/main.go +++ b/examples/service/client/main.go @@ -95,7 +95,7 @@ func main() { in := &dapr.InvokeBindingRequest{ Name: "example-http-binding", - Operation: "create", + Operation: "get", } if err := client.InvokeOutputBinding(ctx, in); err != nil { panic(err) diff --git a/examples/service/config/binding.yaml b/examples/service/config/binding.yaml index c8af136d..827db310 100644 --- a/examples/service/config/binding.yaml +++ b/examples/service/config/binding.yaml @@ -7,6 +7,6 @@ spec: version: v1 metadata: - name: url - value: https://http2.pro/api/v1 + value: https://sandbox.api.service.nhs.uk/hello-world/hello/world - name: method value: GET