Skip to content

Commit

Permalink
feat: 글귀 목록 page default 파라미터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Feb 3, 2024
1 parent 798d3f5 commit c9ee5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/apis/phrase-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class PhraseApi {
}
getPhraseList(size: number) {
return this.apiClient.get<ApiResponse<PhrasePaging>>(
`/api/v1/phrases?size=${size}`,
`/api/v1/phrases?page=1&size=${size}`,
{
headers: {
"content-type": "application/json",
Expand Down

0 comments on commit c9ee5b6

Please sign in to comment.