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 511bcfc commit e24d12eCopy full SHA for e24d12e
1 file changed
worker/wrangler.toml
@@ -12,6 +12,10 @@ name = "firstfluke-contact"
12
main = "src/index.ts"
13
compatibility_date = "2025-05-01"
14
15
-# [[routes]]
16
-# pattern = "firstfluke.example.com/api/contact*"
17
-# zone_name = "firstfluke.example.com"
+[[routes]]
+pattern = "firstfluke.com/api/contact*"
+zone_name = "firstfluke.com"
18
+
19
20
+pattern = "www.firstfluke.com/api/contact*"
21
0 commit comments