generated from pricelees/issue-pr-template
fix: 프론트엔드 예약 API에서의 파라미터 오류 수정
This commit is contained in:
parent
2d08a20aff
commit
c2b50c4dd7
@ -29,5 +29,5 @@ export const fetchDetailById = async (reservationId: string): Promise<Reservatio
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const fetchMostReservedThemeIds = async (count: number = 10): Promise<MostReservedThemeIdListResponse> => {
|
export const fetchMostReservedThemeIds = async (count: number = 10): Promise<MostReservedThemeIdListResponse> => {
|
||||||
return await apiClient.get<MostReservedThemeIdListResponse>(`/reservations/popular-themes?count=${count}`, false);
|
return await apiClient.get<MostReservedThemeIdListResponse>(`/reservations/popular-themes?count=${count}`);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user