mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 07:23:41 +09:00
hubez-admin partner-git master -> hubez-git transfer 202205241800
This commit is contained in:
9
frontend/src/common/comm-api.js
Normal file
9
frontend/src/common/comm-api.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import httpClient from '@/common/http-client';
|
||||
// 주소찾기
|
||||
const getAddressList = params => {
|
||||
return httpClient.get('/api/comm/address', { params: params })
|
||||
}
|
||||
|
||||
export default {
|
||||
getAddressList
|
||||
}
|
||||
Reference in New Issue
Block a user