Skip to content
Snippets Groups Projects
Commit ded6eff0 authored by 준현 강's avatar 준현 강
Browse files

[EDIT] 투표 종료하기 http method수정

parent 63a30796
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ function ResultMakeForm() {
const handlePasswordSubmit = async (password) => {
setIsModalOpen(false);
try {
await axios.post(`http://localhost:3000/meetings/${meeting_id}/close`, {
await axios.patch(`http://localhost:3000/meetings/${meeting_id}/close`, {
adminPassword: password,
});
navigate(`/resultend/${meeting_id}`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment