Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyl-Davyl committed Mar 30, 2023
1 parent 0dc7ece commit f0715b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const server = app.listen(process.env.PORT, () =>
);
const io = socket(server, {
cors: {
origin: ["http://localhost:3000", "https://talku-talku-v2.vercel.app", "https://talku-talku-v2-3stsevwfy-vinyl-davyl.vercel.app"],
origin: ["http://localhost:3000", "https://talku-talku-v2.vercel.app", "https://talku-talku-v2-3stsevwfy-vinyl-davyl.vercel.app", "https://talku-talku-v2-server.vercel.app"],
credentials: true,
},
});
Expand Down

2 comments on commit f0715b0

@vercel
Copy link

@vercel vercel bot commented on f0715b0 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

talku-talku-v2 – ./public

talku-talku-v2-vinyl-davyl.vercel.app
talku-talku-v2.vercel.app
talku-talku-v2-git-main-vinyl-davyl.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f0715b0 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.