Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feat/mypage
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoung103 committed Feb 8, 2024
2 parents d892fd5 + 2232cb4 commit 185fc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/topic/useTopics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import client from '@apis/fetch';
export const TOPIC_KEY = 'topics';

const getTopics = () => {
return client.get<PagingDataResponse<TopicResponse>>('/topics/info/voting?size=100');
return client.get<PagingDataResponse<TopicResponse>>('/topics/info?size=100');
};

const useTopics = () => {
Expand Down

0 comments on commit 185fc29

Please sign in to comment.