Skip to content

Commit

Permalink
[Fix] api 루키와 마스터리그 모두다 받아오도록 수정#1090
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho Jeon committed Nov 22, 2023
1 parent d65047d commit 446bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tournament.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Tournament() {

function fetchWaitTournamentData(page: number) {
return mockInstance
.get(`tournament?page=${page}&type=ROOKIE&status=예정&size=4`)
.get(`tournament?page=${page}&status=예정&size=4`)
.then((res) => {
return res.data;
});
Expand Down

0 comments on commit 446bbf8

Please sign in to comment.