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