mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 10:03:55 +09:00
자주묻는 질문 -> 자주하는 질문 텍스트 수정
This commit is contained in:
@@ -20,17 +20,17 @@ const deleteNotice = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/deleteNotice', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
// 자주묻는 질문 등록
|
||||
// 자주하는 질문 등록
|
||||
const insertFaq = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/insertFaq', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
// 자주묻는 질문 수정
|
||||
// 자주하는 질문 수정
|
||||
const updateFaq = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/updateFaq', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
// 자주묻는 질문 삭제
|
||||
// 자주하는 질문 삭제
|
||||
const deleteFaq = (params) => {
|
||||
return httpClient.post('/api/v1/bo/homeMgt/deleteFaq', params, { withCredentials: false });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user