We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d09763 + 659271b commit 484319dCopy full SHA for 484319d
1 file changed
apps/api/src/app.ts
@@ -17,7 +17,7 @@ export function createApp(): express.Application {
17
18
// CORS configuration
19
app.use(cors({
20
- origin: [config.frontendUrl, 'http://localhost:5173', 'http://localhost:3000', 'http://localhost:1420'],
+ origin: [config.frontendUrl, 'http://localhost:5173', 'http://localhost:3000', 'http://localhost:1420', 'tauri://localhost'],
21
credentials: true,
22
}));
23
0 commit comments