import fetch from './_fetch'; export default (data) => fetch(`/api/activity/auditPerson`,data) .then( json => json )