Skip to content

Commit 7039332

Browse files
committed
changing format for routes
1 parent df2a780 commit 7039332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)