diff --git a/examples/tinygo-key-value/spin.toml b/examples/tinygo-key-value/spin.toml index f029718b38..b76907a60b 100644 --- a/examples/tinygo-key-value/spin.toml +++ b/examples/tinygo-key-value/spin.toml @@ -9,6 +9,6 @@ id = "key-value" source = "main.wasm" key_value_stores = ["default"] [component.trigger] -route = "/test" +route = "/..." [component.build] command = "tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"