past due pages

This commit is contained in:
CHIEFSOFT\ameye
2023-06-06 13:33:43 -04:00
parent b72d9ccc35
commit 835b583056
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function MyPastDueJobsPage() {
//TARGET ENDPOINT[POST]http://10.204.5.100:9083/en/wrench/api/v1/jobmanageractive
const getMyJobList = async () => {
try {
const res = await api.getMyActiveJobList();
const res = await api.getMyPastDueJobList();
setMyJobList(res.data);
} catch (error) {
console.log("Error getting mode");