import apiClient from "./index"; // 로그인 이력 목록 조회 export const listProc = data => { return apiClient.post(`/admin/lgnHstry/listProc.json`, data); }