Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5900fc7981 | |||
| 9a0e298af7 | |||
| f7607d04d4 |
@@ -4,18 +4,10 @@ import getConfig from './../Config/config'
|
||||
async function JobsData() {
|
||||
var site = getConfig()[0];
|
||||
var callData = [{
|
||||
"limit": 10,
|
||||
"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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user