This commit is contained in:
abumahid
2026-05-23 20:12:09 +06:00
parent 760e19a9b1
commit aaea7f99c4
+1 -1
View File
@@ -15,7 +15,7 @@ app.use("/docs", swaggerUi.serve, swaggerUi.setup(swaggerSpec));
// middleware // middleware
app.use(cors({ app.use(cors({
origin: ["http://localhost:5173"], origin: ["http://localhost:5173","https://quick-launch-techzaa.vercel.app"],
methods: ["GET", "POST", "PATCH", "DELETE", "PUT"], methods: ["GET", "POST", "PATCH", "DELETE", "PUT"],
credentials: true credentials: true
})) }))