Skip to content

Commit 325a5df

Browse files
committedNov 5, 2022
Update cors
1 parent 081ce7d commit 325a5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ app.set('trust proxy', 1);
1111
app.disable('x-powered-by');
1212
app.use(
1313
cors({
14-
origin: ['http://localhost:3000', 'https://talky-talk.vercel.app'],
14+
origin: ['http://localhost:3000', 'https://talk-club.vercel.app'],
1515
credentials: true,
1616
})
1717
);

0 commit comments

Comments
 (0)
Please sign in to comment.