From 0e8ed516b8e48716ba37ca6f20adade07fea95c3 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:31:21 +0530 Subject: [PATCH] fix: Correct typo in TOOLJET_EDITION and update redirects in netlify.toml (#13186) --- netlify.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index cea3f8a356..2a4817c6d2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,11 +5,12 @@ [template.environment] NODE_ENV = "production" - TOOOLJET_EDITION = "cloud" + TOOLJET_EDITION = "cloud" NODE_VERSION = "22.15.1" NPM_VERSION = "10.9.2" [[redirects]] - from = "/*" - to = "/" - status = 200 \ No newline at end of file + from = "/api/*" + to = "https://gcpstage-server.tooljet.ai/api/:splat" + status = 200 + force = true \ No newline at end of file