Skip to content

Commit 16ea75a

Browse files
authored
Merge pull request #779 from 0xPolygon/token-list
changing format for routes
2 parents df2a780 + 7039332 commit 16ea75a

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
@@ -8,10 +8,10 @@ workers_dev = false
88

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

1414
[env.production]
1515
routes = [
16-
"api-polygon-tokens.polygon.technology/*"
16+
{ pattern = "api-polygon-tokens.polygon.technology/*", custom_domain = true }
1717
]

0 commit comments

Comments
 (0)