Skip to content

Commit

Permalink
feat: (#504) 랭킹 관련 쿼리키 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chsua committed Sep 2, 2023
1 parent ff22281 commit b5638d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/constants/queryKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export const QUERY_KEY = {
COMMENTS: 'comments',
CATEGORIES: 'categories',
USER_INFO: 'user_info',
PASSION_RANKING: 'passionRanking',
POPULAR_RANKING: 'popularRanking',
};

0 comments on commit b5638d8

Please sign in to comment.