We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59d2a8 + 0248876 commit 79af3b8Copy full SHA for 79af3b8
1 file changed
src/services/course.ts
@@ -222,6 +222,7 @@ export interface CourseListParams {
222
page?: number // 0-based (BE 규격)
223
size?: number
224
sort?: string
225
+ prioritizeFull?: boolean
226
}
227
228
/** BE 분야 카테고리 목록 (fieldCategory 필터 옵션) */
@@ -337,6 +338,7 @@ export function toCourseListParams(
337
338
page: currentPage - 1,
339
size,
340
sort: sortKey,
341
+ prioritizeFull: true,
342
343
344
0 commit comments