add in gitpod workspace URL (auto generated from test environment setup script)

This commit is contained in:
sigonasr2, Sig, Sigo 2021-07-27 07:08:21 +00:00
parent 16dc75ded8
commit 766ac6a5b5

View File

@ -19,7 +19,7 @@ import TestPanel from './TestPanel'; // Dudley's Test Panel
const axios = require('axios'); 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) { function Col(p) {
return <div className="con"> return <div className="con">