From 909b7261777a53e78a4f7b19e3445417c48a728d Mon Sep 17 00:00:00 2001 From: Petr Benes Date: Wed, 9 Mar 2022 13:41:07 +0100 Subject: [PATCH] RELATED: FET-940 Remove obsolete backend client-demo-be --- examples/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/webpack.config.js b/examples/webpack.config.js index c0e3322105..64517d20b1 100644 --- a/examples/webpack.config.js +++ b/examples/webpack.config.js @@ -16,7 +16,6 @@ const backendShortcuts = { stg: "https://staging.intgdc.com", stg2: "https://staging2.intgdc.com", stg3: "https://staging3.intgdc.com", - demo: "https://client-demo-be.na.intgdc.com", developer: "https://developer.na.gooddata.com", public: "https://live-examples-proxy.herokuapp.com", };