Skip to content

Commit

Permalink
hotfix: 트렌딩 순위 다시 원래대로 동작하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
RookieAND committed Jun 30, 2024
1 parent a935536 commit 28ffe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetcher/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const getUserInfoServer = async () => {
export const getCurrentWeekTrendList = async () => {
try {
return await serverFetch<FetchRes<DefaultRes<TrendWordData>>>(
`ranking/week?year=2024&week=25`,
`ranking/current`,
);
} catch (e) {
console.log('error', e);
Expand Down

0 comments on commit 28ffe11

Please sign in to comment.