chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled

This commit is contained in:
2026-03-27 16:17:13 +00:00
parent 7ca8ebe3af
commit bb21484590

View File

@@ -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[],
// ...