fix(cors): add finance.worldmonitor.app to Railway proxy allowlist
Polymarket and other proxied requests from finance variant were blocked by CORS because the Railway relay only allowed worldmonitor.app and tech.worldmonitor.app origins.
This commit is contained in:
@@ -1003,6 +1003,7 @@ setInterval(() => {
|
||||
const ALLOWED_ORIGINS = [
|
||||
'https://worldmonitor.app',
|
||||
'https://tech.worldmonitor.app',
|
||||
'https://finance.worldmonitor.app',
|
||||
'http://localhost:5173', // Vite dev
|
||||
'http://localhost:5174', // Vite dev alt port
|
||||
'http://localhost:4173', // Vite preview
|
||||
|
||||
Reference in New Issue
Block a user