Skip to content

Commit acd4f58

Browse files
committed
Don't require a port
Signed-off-by: Ryan Levick <[email protected]>
1 parent 6b272f6 commit acd4f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/testdata/spin-roundtrip/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.0"
88
[[component]]
99
id = "http-roundtrip-test"
1010
source = "main.wasm"
11-
allowed_outbound_hosts = ["https://example.com:443"]
11+
allowed_outbound_hosts = ["https://example.com"]
1212
[component.trigger]
1313
route = "/hello/..."
1414
[component.build]

0 commit comments

Comments
 (0)