From f1f2843e0536ec2cadf65571b6cc1c325e5c82ad Mon Sep 17 00:00:00 2001 From: uraflower <82873315+uraflower@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:47:30 +0900 Subject: [PATCH] =?UTF-8?q?[fix]:=20=EC=B9=9C=EA=B5=AC=20=EC=9C=84?= =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=A1=B0=ED=9A=8C=20API?= =?UTF-8?q?=20=EB=A9=94=EC=86=8C=EB=93=9C=20=EB=B3=80=EA=B2=BD=20(#365)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/Home/Receiver/FriendWish/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Home/Receiver/FriendWish/index.tsx b/src/layouts/Home/Receiver/FriendWish/index.tsx index 3f7e5356..aa1de52d 100644 --- a/src/layouts/Home/Receiver/FriendWish/index.tsx +++ b/src/layouts/Home/Receiver/FriendWish/index.tsx @@ -18,7 +18,7 @@ type FriendWishProps = { const FriendWish = ({ friendId, socialAccessToken }: FriendWishProps) => { const { data: wishlist, sendRequest } = useAxios({ - method: 'get', + method: 'post', url: '/wishes/friends', data: { friendsProviderId: friendId,