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 0ea445a commit da55022Copy full SHA for da55022
wrangler.toml
@@ -9,10 +9,10 @@ compatibility_flags = ["nodejs_compat"]
9
10
[env.staging]
11
routes = [
12
- { pattern = "api-polygon-tokens.staging.polygon.technology", custom_domain = true },
+ "api-polygon-tokens.staging.polygon.technology/*"
13
]
14
15
[env.production]
16
17
- { pattern = "api-polygon-tokens.polygon.technology", custom_domain = true },
+ "api-polygon-tokens.polygon.technology/*"
18
0 commit comments