From fc5eb296d200ef05175aeb6b230ac97381c65bd7 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 16 Jun 2024 08:39:59 +0530 Subject: [PATCH] Disable default route --- infra/workers/tail/wrangler.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/workers/tail/wrangler.toml b/infra/workers/tail/wrangler.toml index 5a4bce036e..1d6185c138 100644 --- a/infra/workers/tail/wrangler.toml +++ b/infra/workers/tail/wrangler.toml @@ -2,6 +2,9 @@ name = "tail" main = "src/index.ts" compatibility_date = "2024-06-14" +# Disable the default route, this worker does not handle fetch. +workers_dev = false + [vars] # Added as a secret via the Cloudflare dashboard # LOKI_PUSH_URL = "https://${loki_base_url}>/loki/api/v1/push"