From 38b514f3a9e886996b9d24403896667ffc2a7286 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 14:58:24 +0600 Subject: [PATCH] update cors --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index 17b5805..ba18f0a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,6 +11,7 @@ const app = new Elysia() "http://localhost:5175", "http://localhost:5174", "https://dashboard.planpostai.com", + "https://dev.dashboard.planpostai.com", "https://canvas.planpostai.com", ], methods: ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"],