refactor(customer-vue): 매장 검색 url 형식 변경으로 인한 수정
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
VUE_APP_BASEURL=https://just-pickup.com:8080
|
VUE_APP_BASEURL=https://just-pickup.com:8080
|
||||||
VUE_APP_OWNER_SERVICE_BASEURL=https://just-pickup.com:8001
|
VUE_APP_OWNER_SERVICE_BASEURL=https://just-pickup.com:8001
|
||||||
VUE_APP_CUSTOMER_SERVICE_BASEURL=https://just-pickup.com:8000
|
VUE_APP_CUSTOMER_SERVICE_BASEURL=https://just-pickup.com:8000
|
||||||
|
VUE_APP_STORE_API_URL=https://just-pickup.com:8000/store-service/api/customer
|
||||||
@@ -10,7 +10,7 @@ export default {
|
|||||||
page: page
|
page: page
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return axios.get(process.env.VUE_APP_CUSTOMER_SERVICE_BASEURL+"/store-service/search-store", options);
|
return axios.get(process.env.VUE_APP_STORE_API_URL + '/store/search', options);
|
||||||
},
|
},
|
||||||
getCategoryList(){
|
getCategoryList(){
|
||||||
return axios.get(process.env.VUE_APP_CUSTOMER_SERVICE_BASEURL+'/store-service/category/');
|
return axios.get(process.env.VUE_APP_CUSTOMER_SERVICE_BASEURL+'/store-service/category/');
|
||||||
|
|||||||
Reference in New Issue
Block a user