Skip to content

Commit

Permalink
feat: 필터 수정 기능 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnwns committed Jul 26, 2024
1 parent de0698d commit 822b5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FE/error/src/utils/filterUtils/FilterModify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const FilterModify = ({ filterName, filterID }) => {
filterColor: filterColor,
};
axios
.post(
"/api/calendar/filter/" + filterID,
.put(
"/api/filter/" + filterID,
{
headers: { Authorization: `Bearer ${storedToken}` },
},
Expand Down

0 comments on commit 822b5ae

Please sign in to comment.