From e4f8a18ea39a4ae7ec81fd1d20f12dbb7ef033e4 Mon Sep 17 00:00:00 2001 From: vovkman Date: Fri, 10 May 2024 16:23:19 -0700 Subject: [PATCH] u --- wrangler.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 3c17132..370ed54 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,13 +1,12 @@ name = "cf-debugging-worker" # todo main = "./src/index.ts" compatibility_date = "2022-05-03" -account_id = "677751811ae9772122dc6f1d03848974" logpush = true usage_model = "unbound" node_compat = true routes = [ - { pattern = "cf-debugging.helius-internal.com", custom_domain = true }, + { pattern = "", custom_domain = true }, ] [placement]