Skip to content

Commit 8c12642

Browse files
committed
fix(NO-JIRA): update wrangler pattern deployment
1 parent c26170a commit 8c12642

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
@@ -10,10 +10,10 @@ directory = "build/tokenlists"
1010

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

1616
[env.production]
1717
routes = [
18-
{ pattern = "api-polygon-tokens.polygon.technology", custom_domain = true },
18+
{ pattern = "api-polygon-tokens.polygon.technology/*", custom_domain = true },
1919
]

0 commit comments

Comments
 (0)