From deb28034111e050e90c057054d4891b9133374bd Mon Sep 17 00:00:00 2001 From: aliona matveeva Date: Tue, 3 Mar 2026 09:30:11 +0100 Subject: [PATCH] updated cors for dev --- config/development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/development.json b/config/development.json index 3302cab..e963232 100644 --- a/config/development.json +++ b/config/development.json @@ -8,7 +8,7 @@ "s3_bucket": "dev-catbytes-bucket" }, "cors": { - "allowedOrigins": ["http://localhost:5173", "https://dev.catbytes.io"] + "allowedOrigins": ["http://localhost:5173", "https://dev.catbytes.io", "https://app.dev.catbytes.io"] }, "platform_url": "https://dev.catbytes.io/" } \ No newline at end of file