From 766ac6a5b5568d8d4607f27948f44b293a645b93 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 27 Jul 2021 07:08:21 +0000 Subject: [PATCH] add in gitpod workspace URL (auto generated from test environment setup script) --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 25d363b..707f5e6 100644 --- a/src/App.js +++ b/src/App.js @@ -19,7 +19,7 @@ import TestPanel from './TestPanel'; // Dudley's Test Panel const axios = require('axios'); -const BACKEND_URL = process.env.REACT_APP_BACKEND_URL||'https://projectdivar.com:4504'; //You can specify a .env file locally with REACT_APP_BACKEND_URL defining a URL to retrieve data from. +const BACKEND_URL = process.env.REACT_APP_GITPOD_WORKSPACE_URL||process.env.REACT_APP_BACKEND_URL||'https://projectdivar.com:4504'; //You can specify a .env file locally with REACT_APP_BACKEND_URL defining a URL to retrieve data from. function Col(p) { return