From dffcf4d46737ccd4ee8a126dc768923dd7f1e106 Mon Sep 17 00:00:00 2001 From: Lokendra Kushwah <118094744+Lokendrakushwah12@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:47:18 +0530 Subject: [PATCH] update cors for staging --- constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants.js b/constants.js index 3074879..7918631 100644 --- a/constants.js +++ b/constants.js @@ -4,7 +4,8 @@ const adminPasswordHash = process.env.ADMINHASH; const allowedOrigins = [ "http://localhost:3001", "http://localhost:5173", - "https://anubhav.aitoss.club" + "https://anubhav.aitoss.club", + "https://anubhav-staging.vercel.app/" ]; module.exports = { adminEmail, adminPasswordHash, allowedOrigins }