알림 수정

This commit is contained in:
focp212@naver.com
2025-10-28 10:24:02 +09:00
parent d9ebc2c51f
commit b4976ec45c
11 changed files with 115 additions and 25 deletions

View File

@@ -20,4 +20,8 @@ export const API_URL_VAT_RETURN = {
// POST: 세금계산서 상세 조회
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/vat-return/detail`;
},
vatReturnBreakdown: () => {
// POST: 세금계산서 세부내역 조회
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/vat-return/breakdown`;
}
};