Skip to content

Commit

Permalink
fixed: 메시지 api 변경 진짜고침
Browse files Browse the repository at this point in the history
  • Loading branch information
5nxtnxtnxt committed Dec 5, 2023
1 parent ddc45c4 commit a30bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Visit/Deco/PostButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const PostButton = (props: ButtonProps) => {
letter_id: letterID
};
axios
.post(`/api/message//${snowBallData.id}`, a)
.post(`/api/message/${snowBallData.id}`, a)
.then(() => {
axios.get(`/api/snowball/${snowBallData.id}`).then(res => {
setSnowBallData(res.data);
Expand Down

0 comments on commit a30bc7f

Please sign in to comment.