Skip to content

Commit

Permalink
fix: MainPage 게더링 이슈
Browse files Browse the repository at this point in the history
  • Loading branch information
he2e2 committed Dec 10, 2024
1 parent 8c4f5ad commit f085223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/gathering/api/gathering.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export const mainGatheringApi = {
// 메인 페이지용 게더링 목록 조회 (최신 4개)
getMainGatherings: async (): Promise<GatheringPageResponse> => {
const params: GatheringListParams = {
page: 1,
sort: '프로젝트',
page: 0,
size: 4,
status: '모집중', // 활성화된 게더링만 표시
};
Expand Down

0 comments on commit f085223

Please sign in to comment.