Merged PR 374: issue with port number removed

Related work items: #5231
This commit is contained in:
Robert Bond
2021-07-21 09:38:21 +00:00
+1 -1
View File
@@ -5,7 +5,7 @@ import https from "https";
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;
let BASE_URL;
BASE_URL = process.env.API_ROOT || "http://localhost:3000";
BASE_URL = process.env.API_ROOT || "http://localhost";
const agent = new https.Agent({
rejectUnauthorized: false,