From 2bc1830db510880443173daed0a0f412814093d7 Mon Sep 17 00:00:00 2001 From: Mayank Mishra Date: Thu, 6 Nov 2025 14:59:45 +0530 Subject: [PATCH] added uat frontend link for cors --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 2e9575f..7d1fca5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,8 @@ async function bootstrap() { 'http://localhost:3000', // local Swagger UI 'http://localhost:3006', // local frontend url 'https://editor.swagger.io', // Swagger Editor online - 'https://klc-admin.wdiprojects.com' + 'https://klc-admin.wdiprojects.com', + 'https://admin-uat.klc.betadelivery.com' ], methods: 'GET,HEAD,PUT,PATCH,POST,DELETE,OPTIONS', credentials: true,