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