diff --git a/src/features/gathering/api/gathering.api.ts b/src/features/gathering/api/gathering.api.ts index 3951d2a..3440ff1 100644 --- a/src/features/gathering/api/gathering.api.ts +++ b/src/features/gathering/api/gathering.api.ts @@ -89,7 +89,8 @@ export const mainGatheringApi = { // 메인 페이지용 게더링 목록 조회 (최신 4개) getMainGatherings: async (): Promise => { const params: GatheringListParams = { - page: 1, + sort: '프로젝트', + page: 0, size: 4, status: '모집중', // 활성화된 게더링만 표시 };