added check answer summary & complete appeal step

This commit is contained in:
2021-07-16 10:02:25 +01:00
parent 4b81d694da
commit 7711d32ab8
13 changed files with 479 additions and 68 deletions
+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,