FIX - Deploy bug

This commit is contained in:
Manik Maity
2024-11-13 21:17:58 +05:30
parent 33e878d763
commit 3cc060b713

View File

@@ -19,7 +19,7 @@ app.use('/docs', swaggerUi.serve, swaggerUi.setup(swaggerDocs));
const io = new Server(httpServer, {
cors: {
origin : "*", // Allow requests from any origin
origin: CLIENT_URL,
credentials: true
}
})