We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19247c commit 56e6866Copy full SHA for 56e6866
apps/api/src/main.ts
@@ -23,7 +23,7 @@ async function bootstrap() {
23
app.enableCors({
24
origin: [
25
'https://mindsmesh.vercel.app',
26
- 'https://mindsmesh.netlify.app',
+ 'https://mindsmesh-freelance-platform.netlify.app/',
27
'http://localhost:5173'
28
],
29
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
0 commit comments