diff --git a/REFACTORING_SUMMARY.md b/REFACTORING_SUMMARY.md index 085fc76..61c8920 100644 --- a/REFACTORING_SUMMARY.md +++ b/REFACTORING_SUMMARY.md @@ -76,8 +76,8 @@ createErrorResponse(error: ValidationError, statusCode?: number): Response */ export const CORS = { ALLOWED_ORIGINS: [ - 'https://anvil.it.com', - 'https://cloud.anvil.it.com', + 'https://inouter.com', + 'https://cloud.inouter.com', 'http://localhost:3000', // DEVELOPMENT ONLY - exclude in production ] as string[], // ...