Skip to content

Commit bace891

Browse files
authored
Merge pull request #339 from Team-TenTen/develop
[Release] v0.1.18
2 parents c2d487a + 18a87bc commit bace891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/link/useLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const useGetPopularLinks = () => {
116116
// 인기 링크 조회 서버 함수
117117
export const fetchGetPopularLinks = async () => {
118118
try {
119-
const response = await apiClient.get(`/api/links`)
119+
const response = await fetch(`/api/links`)
120120
return response
121121
} catch (e) {
122122
if (e instanceof Error) throw new Error(e.message)

0 commit comments

Comments
 (0)