mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-01 20:07:04 +02:00
Add tech.worldmonitor.app to API CORS allowlists
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user