Skip to content

Commit

Permalink
[fix] notification 메소드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 26, 2023
1 parent 6742f7e commit 52c8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getNewNotifications = () => {

export const updateNotification = (id: number) => {
return fetchData<Notification[]>(`/api/v1/my/notification/${id}`, {
method: 'POST',
method: 'PUT',
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 52c8715

Please sign in to comment.