From 01b08724032f345b8d86d751920473d59e595453 Mon Sep 17 00:00:00 2001 From: Nick Bianchi Date: Tue, 17 Mar 2026 03:04:19 +0000 Subject: [PATCH] fix: remove disputes.chitty.cc custom_domain route This route conflicted with chittydisputes worker. The disputes.chitty.cc domain should route to chittydisputes, not chittycommand. Co-Authored-By: Claude Opus 4.6 --- wrangler.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index ca6937c..e9fda82 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,7 +5,6 @@ compatibility_date = "2026-01-15" compatibility_flags = ["nodejs_compat"] routes = [ { pattern = "command.chitty.cc", custom_domain = true }, - { pattern = "disputes.chitty.cc", custom_domain = true }, { pattern = "command.mychitty.com", custom_domain = true } ]