feat: main change

This commit is contained in:
Nevo David 2024-12-16 00:19:18 +07:00
parent b18a033191
commit 12022a9d85
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ async function bootstrap() {
credentials: true,
exposedHeaders: ['reload', 'onboarding', 'activate'],
origin: [
'http://localhost:3001',
process.env.FRONTEND_URL,
...(process.env.MAIN_URL ? [process.env.MAIN_URL] : []),
],