From 52c87150b76be934688bfbc481ef1bf1ba71fd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=98=81=EC=9A=B0?= Date: Tue, 26 Dec 2023 20:29:17 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20notification=20=EB=A9=94=EC=86=8C?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/notification.ts b/api/notification.ts index 527c684..8c53964 100644 --- a/api/notification.ts +++ b/api/notification.ts @@ -19,7 +19,7 @@ export const getNewNotifications = () => { export const updateNotification = (id: number) => { return fetchData(`/api/v1/my/notification/${id}`, { - method: 'POST', + method: 'PUT', headers: { 'Content-Type': 'application/json', },