Skip to content

Commit bfa0e3e

Browse files
committed
http: Make base = "/" the default
Signed-off-by: Lann Martin <[email protected]>
1 parent 8758a67 commit bfa0e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http/testdata/http-tinygo/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spin_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "A simple Spin application written in (Tiny)Go."
44
name = "spin-http-tinygo-test"
5-
trigger = { type = "http", base = "/" }
5+
trigger = { type = "http" }
66
version = "1.0.0"
77

88
[[component]]

http/testdata/spin-roundtrip/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spin_version = "1"
22
authors = ["Fermyon Engineering <[email protected]>"]
33
description = "A simple Spin application written in (Tiny)Go."
44
name = "spin-roundtrip-test"
5-
trigger = { type = "http", base = "/" }
5+
trigger = { type = "http" }
66
version = "1.0.0"
77

88
[[component]]

0 commit comments

Comments
 (0)