From aaea7f99c4ede3a94e6885a0f25cc8374819db05 Mon Sep 17 00:00:00 2001 From: abumahid Date: Sat, 23 May 2026 20:12:09 +0600 Subject: [PATCH] update --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 4a328f8..2683b6a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -15,7 +15,7 @@ app.use("/docs", swaggerUi.serve, swaggerUi.setup(swaggerSpec)); // middleware app.use(cors({ - origin: ["http://localhost:5173"], + origin: ["http://localhost:5173","https://quick-launch-techzaa.vercel.app"], methods: ["GET", "POST", "PATCH", "DELETE", "PUT"], credentials: true }))