Skip to content

Commit 484319d

Browse files
authored
Merge branch 'LordNayan:main' into main
2 parents 9d09763 + 659271b commit 484319d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function createApp(): express.Application {
1717

1818
// CORS configuration
1919
app.use(cors({
20-
origin: [config.frontendUrl, 'http://localhost:5173', 'http://localhost:3000', 'http://localhost:1420'],
20+
origin: [config.frontendUrl, 'http://localhost:5173', 'http://localhost:3000', 'http://localhost:1420', 'tauri://localhost'],
2121
credentials: true,
2222
}));
2323

0 commit comments

Comments
 (0)