Skip to content

Commit 5fd6b9e

Browse files
committed
added_new_vercel_url
1 parent 221dea8 commit 5fd6b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server.listen(port,()=>{
6868

6969
const io=new Server(server,{
7070
cors:{
71-
origin:['http://localhost:3000','https://zcoder-kappa.vercel.app'],
71+
origin:['http://localhost:3000','https://zcoder-kappa.vercel.app','https://zcoder-liard.vercel.app'],
7272
credentials:true,
7373
methods:['GET', 'POST','PUT','DELETE'],
7474
}

0 commit comments

Comments
 (0)