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 54a44bb commit b553b3cCopy full SHA for b553b3c
wrangler.toml
@@ -8,7 +8,9 @@ workers_dev = false
8
compatibility_flags = ["nodejs_compat"]
9
10
[env.staging]
11
-route = "api-polygon-tokens.staging.polygon.technology/*"
+routes = [
12
+ "staging-api-polygon-tokens.polygon.technology/*"
13
+]
14
[env.staging.vars]
15
CLOUDFLARE_WAF_BYPASS = "true"
16
0 commit comments