From d0d2bc8cd6fb336e807c4f225b9228e4fae30a93 Mon Sep 17 00:00:00 2001 From: Mayank Mishra Date: Thu, 30 Oct 2025 12:18:18 +0530 Subject: [PATCH] added server url of frontend for cors --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 0989113..029692e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,6 +18,7 @@ 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/' ], methods: 'GET,HEAD,PUT,PATCH,POST,DELETE,OPTIONS', credentials: true,