From 8ee1d320b31fd954944558104077f3584494bc74 Mon Sep 17 00:00:00 2001 From: Marina Kim Date: Sun, 19 Apr 2026 07:40:04 +0100 Subject: [PATCH] updates platform_url to redirect to new frontend url on dev --- config/development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/development.json b/config/development.json index e963232..e3da817 100644 --- a/config/development.json +++ b/config/development.json @@ -10,5 +10,5 @@ "cors": { "allowedOrigins": ["http://localhost:5173", "https://dev.catbytes.io", "https://app.dev.catbytes.io"] }, - "platform_url": "https://dev.catbytes.io/" + "platform_url": "https://app.dev.catbytes.io/" } \ No newline at end of file