메인 자료 다운로드 조건 파라미터 추가

This commit is contained in:
basssy 2025-01-24 08:22:54 +09:00
parent 4ff5ceb2b7
commit 4301ea97ba

View File

@ -55,6 +55,7 @@ export default function MainContents() {
schNoticeClsCd: 'DOWN',
startRow: 1,
endRow: 2,
schMainYn: 'Y',
})
const apiUrl = `${url}?${params.toString()}`