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