Skip to content

Commit

Permalink
fix: 변경된 라우터 경로 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee committed Sep 27, 2023
1 parent 2bfae75 commit 560d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const LikePartItem = ({ songId, albumCoverUrl, title, singer, start, end }: Like
memberId: user?.memberId,
});

copyClipboard(`${BASE_URL?.replace('/api', '')}/songs/${songId}`);
copyClipboard(`${BASE_URL?.replace('/api', '')}/songs/${songId}/ALL`);
showToast('클립보드에 영상링크가 복사되었습니다.');
};

Expand Down

0 comments on commit 560d4cb

Please sign in to comment.