diff --git a/backend/src/main.ts b/backend/src/main.ts index 715666a..fddc34e 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -8,6 +8,7 @@ async function bootstrap() { // Build allowed origins list from environment variables const allowedOrigins = [ process.env.FRONTEND_URL ?? 'http://localhost:5173', + 'https://placebo.mk', // Production domain 'https://www.placebo.mk', // Also allow www subdomain process.env.PWA_URL ?? 'http://localhost:5174', process.env.STRAPI_URL ?? 'http://localhost:1337',