Add tech.worldmonitor.app to API CORS allowlists

This commit is contained in:
Elie Habib
2026-01-23 08:29:33 +04:00
parent f652b22301
commit 81c538255d
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export const config = { runtime: 'edge' };
const ALLOWED_ORIGINS = [
'https://worldmonitor.app',
'https://www.worldmonitor.app',
'https://tech.worldmonitor.app',
'http://localhost:5173',
'http://localhost:3000',
];