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.
1 parent c26170a commit 8c12642Copy full SHA for 8c12642
wrangler.toml
@@ -10,10 +10,10 @@ directory = "build/tokenlists"
10
11
[env.staging]
12
routes = [
13
- { pattern = "api-polygon-tokens.staging.polygon.technology", custom_domain = true },
+ { pattern = "api-polygon-tokens.staging.polygon.technology/*", custom_domain = true },
14
]
15
16
[env.production]
17
18
- { pattern = "api-polygon-tokens.polygon.technology", custom_domain = true },
+ { pattern = "api-polygon-tokens.polygon.technology/*", custom_domain = true },
19
0 commit comments