Skip to content

Commit 56e6866

Browse files
cors for netlify
1 parent e19247c commit 56e6866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function bootstrap() {
2323
app.enableCors({
2424
origin: [
2525
'https://mindsmesh.vercel.app',
26-
'https://mindsmesh.netlify.app',
26+
'https://mindsmesh-freelance-platform.netlify.app/',
2727
'http://localhost:5173'
2828
],
2929
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',

0 commit comments

Comments
 (0)