From d13e18a72a3334725b997a7a95bf0758cd4cb93f Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 14 Jul 2021 14:11:38 +0300 Subject: [PATCH] Fix for liquid network redirect in staging proxy. --- frontend/proxy.stg.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/proxy.stg.conf.json b/frontend/proxy.stg.conf.json index 380222d43..c07122510 100644 --- a/frontend/proxy.stg.conf.json +++ b/frontend/proxy.stg.conf.json @@ -78,7 +78,7 @@ "secure": false, "changeOrigin": true, "pathRewrite": { - "^/liquid/api/": "/api/v1/liquid/" + "^/liquid/api/": "/api/liquid/" }, "timeout": 3600000 },