Merged PR 1285: removed base url test if should point to itself
removed base url test if should point to itself Related work items: #12688
This commit is contained in:
+2
-2
@@ -1544,7 +1544,7 @@ export const uploadRepFiles = async (
|
||||
export const generateRepPDF = async (formValues, containerID, casefolderID) => {
|
||||
//let files = filesObj;
|
||||
|
||||
//console.log("generateRepPDF function: " + formValues);
|
||||
console.log("generateRepPDF function: " + formValues);
|
||||
// var formData = new FormData();
|
||||
// formValues.append("appealData", JSON.stringify(formValues));
|
||||
// formValues.append("containerID", containerID);
|
||||
@@ -1822,7 +1822,7 @@ export const getPortalLoginProxy = async (emailAddress) => {
|
||||
"/api/endpoint/getportalloginproxy_api?emailAddress=" + emailAddress;
|
||||
|
||||
return axios
|
||||
.get(BASE_URL + queryUrl)
|
||||
.get(queryUrl)
|
||||
.then((res) => res.data)
|
||||
.catch((error) => {
|
||||
consoleLogger(error);
|
||||
|
||||
Reference in New Issue
Block a user