Skip to content

Commit 7f0eccf

Browse files
updated netlify url for CORs
1 parent 255f7ad commit 7f0eccf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/api/src/chat/chat.gateway.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { RoomsService } from './rooms.service';
2222
'https://mindsmesh.vercel.app',
2323
'https://mindsmesh-backend.onrender.com',
2424
'https://mindsmesh-docker-api.onrender.com',
25-
'https://mindsmesh-freelance-platform.netlify.app',
26-
'https://mindsmesh-freelance-platform.netlify.app/',
25+
'https://mindsmesh.netlify.app',
26+
'https://mindsmesh.netlify.app/',
2727
'http://localhost:5173',
2828
],
2929
methods: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'],

apps/api/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ async function bootstrap() {
4848
'https://mindsmesh.vercel.app',
4949
'https://mindsmesh-backend.onrender.com',
5050
'https://mindsmesh-docker-api.onrender.com',
51-
'https://mindsmesh-freelance-platform.netlify.app',
52-
'https://mindsmesh-freelance-platform.netlify.app/',
51+
'https://mindsmesh.netlify.app',
52+
'https://mindsmesh.netlify.app/',
5353
'http://localhost:5173',
5454
],
5555
methods: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'],

0 commit comments

Comments
 (0)