updated endpoint

This commit is contained in:
Ebube
2023-05-25 10:06:56 +01:00
parent 4f0d079bfe
commit c46e94cd88
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
// Getting market data
const getMarketActiveJobList = async () => {
try {
const res = await apiCall.getActiveJobList();
const res = await apiCall.getMyJobList();
dispatch(updateJobs(res.data));
} catch (error) {
console.log("Error getting mode");