mirror of https://github.com/knative/docs.git
fix the wrong value (#4030)
5469d8e5cf/docs/eventing/samples/helloworld/helloworld-go/sample-app.yaml (L63)
This commit is contained in:
parent
e867502fab
commit
3d8d83e2c3
|
|
@ -300,7 +300,7 @@ with correct CloudEvent headers set.
|
|||
-X POST \
|
||||
-H "Ce-Id: 536808d3-88be-4077-9d7a-a3f162705f79" \
|
||||
-H "Ce-Specversion: 1.0" \
|
||||
-H "Ce-Type: dev.knative.samples.hifromknative" \
|
||||
-H "Ce-Type: dev.knative.samples.helloworld" \
|
||||
-H "Ce-Source: dev.knative.samples/helloworldsource" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"msg":"Hello World from the curl pod."}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue