Active jobs layout

This commit is contained in:
CHIEFSOFT\ameye
2023-05-06 11:28:52 -04:00
parent 594cedec36
commit 1de1feb455
4 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class usersService {
page:0,
limit :100
};
return this.postAuxEnd("/getjobsdata", postData);
return this.postAuxEnd("/activejoblist", postData);
}
getHeroJBanners(){