We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2a780 + 7039332 commit 16ea75aCopy full SHA for 16ea75a
wrangler.toml
@@ -8,10 +8,10 @@ workers_dev = false
8
9
[env.staging]
10
routes = [
11
- "api-polygon-tokens.staging.polygon.technology/*"
+ { pattern = "api-polygon-tokens.staging.polygon.technology/*", custom_domain = true }
12
]
13
14
[env.production]
15
16
- "api-polygon-tokens.polygon.technology/*"
+ { pattern = "api-polygon-tokens.polygon.technology/*", custom_domain = true }
17
0 commit comments