From ca80301e7f44b4664cbbcd291eda853abc725b20 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 12 Dec 2025 20:01:49 +0000 Subject: [PATCH] Added dev server to CORS origin. --- wrangler.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index eaab793..f8a4070 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -68,7 +68,8 @@ "CORS_ORIGIN": [ "https://tombutcher.work", "https://2026.tombutcher.work", - "https://api2026.tombutcher.work" + "https://api2026.tombutcher.work", + "https://dev.tombutcher.work" ] }, @@ -136,7 +137,8 @@ "CORS_ORIGIN": [ "https://tombutcher.work", "https://2026.tombutcher.work", - "https://api2026.tombutcher.work" + "https://api2026.tombutcher.work", + "https://dev.tombutcher.work" ] } }