This commit is contained in:
CHIEFSOFT\ameye
2025-08-02 05:00:46 -04:00
parent 9a0e298af7
commit 5900fc7981
+1 -9
View File
@@ -7,15 +7,7 @@ async function JobsData() {
"limit": 15,
"page": 1
}];
/*
var res = null;
const getWrenchBoardJobs = () => {
Axios.post("https://dashboard.wrenchboard.com/svs/user/startjoblist", callData).then((response) => {
res = response;
return response;
});
}
*/
let response = await Axios.post(process.env.REACT_APP_AUX_ENDPOINT+'/startjoblist', callData);
return await response;
}