Skip to content

Commit

Permalink
fix: 사용자 생성 키워드 목록 조회 api url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 committed May 20, 2024
1 parent 94099cb commit 1834989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Experience/tagApi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import client from "../client";

// 상위 태그 조회
export const getPrimeTags = async (token: string) => {
return await client.get(`/api/tags`, {
return await client.get(`/api/tags/my`, {
headers: {
Authorization: `Bearer ${token}`,
},
Expand Down

0 comments on commit 1834989

Please sign in to comment.