Skip to content

Commit 500001c

Browse files
authored
Merge pull request #1803 from lann/http-base-default
http: Make `base = "/"` the default
2 parents 8758a67 + bfa0e3e commit 500001c

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)