This commit is contained in:
focp212@naver.com
2025-09-08 17:14:21 +09:00
parent c92fdc2bd1
commit 065a4fd348
15 changed files with 319 additions and 91 deletions

View File

@@ -167,11 +167,11 @@ export const API_URL = {
},
/* Counsel Management - 문의상담 API */
counselList: () => {
qnaList: () => {
// POST: 1:1 문의 목록 조회
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/counsel/list`;
},
counselSave: () => {
qnaSave: () => {
// POST: 1:1 문의 등록
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/counsel/save`;
},