Skip to content

Commit

Permalink
Merge pull request #1239 from kate-goldenring/update-kv-example
Browse files Browse the repository at this point in the history
Change base path for key value example app
  • Loading branch information
kate-goldenring authored Mar 8, 2023
2 parents f0f6c5b + 9480052 commit 9095fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust-key-value/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
description = "A simple application that exercises key-value storage."
name = "spin-key-value"
trigger = {type = "http", base = "/test"}
trigger = { type = "http", base = "/" }
version = "1.0.0"

[[component]]
Expand Down

0 comments on commit 9095fe6

Please sign in to comment.