import { http } from "../util/api"; export const commonAPI = { getRegion: () => http.get('/regions/provinces'), } export default { commonAPI }