import apiClient from "./index"; // 조회 - 목록 export const findSanctnsProc = data => { return apiClient.get('/sanctn/findSanctns.json', data); }