From 94830af20d8266bc121886ebb89d13028b06ce08 Mon Sep 17 00:00:00 2001 From: jhpin2 Date: Sat, 22 Feb 2025 07:12:46 +0000 Subject: [PATCH] cors added for dev dashboard --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index fda8f87..c3caf7c 100644 --- a/src/app.ts +++ b/src/app.ts @@ -9,6 +9,7 @@ const allowedOrigins = [ "http://localhost:5175", "http://localhost:5173", "https://dashboard.planpostai.com", + "https://dev.dashboard.planpostai.com", "https://canvas.planpostai.com", ];