mirror of https://github.com/dapr/samples.git
component http wasm: adjust for config drift (#150)
* component http wasm: adjust for config drift The configuration property for the wasm file is renamed per https://github.com/dapr/components-contrib/pull/2817 Signed-off-by: Adrian Cole <adrian@tetrate.io> * fuzz Signed-off-by: Adrian Cole <adrian@tetrate.io> --------- Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
parent
d3a6145ec0
commit
75f05f65f6
|
@ -84,7 +84,7 @@ Now that Dapr and the Node.js app are running, you can invoke the echo method.
|
|||
|
||||
Here's an example using dapr
|
||||
```sh
|
||||
$ dapr invoke --verb GET --app-id embedded --method 1
|
||||
$ dapr invoke --verb GET --app-id embedded --method 1
|
||||
/v1.0/invoke/embedded/method/1
|
||||
✅ App invoked successfully
|
||||
```
|
||||
|
|
|
@ -6,5 +6,5 @@ spec:
|
|||
type: middleware.http.wasm
|
||||
version: v1
|
||||
metadata:
|
||||
- name: path
|
||||
value: "./wasm/main.wasm"
|
||||
- name: url
|
||||
value: "file://wasm/main.wasm"
|
||||
|
|
Loading…
Reference in New Issue