Dev #16

Merged
abumahid merged 4 commits from dev into main 2026-06-18 05:06:20 +00:00
Showing only changes of commit aaea7f99c4 - Show all commits
+1 -1
View File
@@ -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
}))