Skip to content

Commit da55022

Browse files
committed
update route to wildcard
1 parent 0ea445a commit da55022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrangler.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ compatibility_flags = ["nodejs_compat"]
99

1010
[env.staging]
1111
routes = [
12-
{ pattern = "api-polygon-tokens.staging.polygon.technology", custom_domain = true },
12+
"api-polygon-tokens.staging.polygon.technology/*"
1313
]
1414

1515
[env.production]
1616
routes = [
17-
{ pattern = "api-polygon-tokens.polygon.technology", custom_domain = true },
17+
"api-polygon-tokens.polygon.technology/*"
1818
]

0 commit comments

Comments
 (0)