api.getJobs = (socketId) => axios.get(`/api/admin/jobs?socket=${socketId}`).then(res => res.data);