import apiClient from "./index"; export const loginProc = mber => { return apiClient.post(`/mbr/loginProc.json`, mber); }