diff --git a/src/pages/ReviewWriting.tsx b/src/pages/ReviewWriting.tsx index 5ab8732..57739e0 100644 --- a/src/pages/ReviewWriting.tsx +++ b/src/pages/ReviewWriting.tsx @@ -28,83 +28,93 @@ const ReviewWriting = () => { const data = { minute1: minute1Converted, second: second, - minute2: minute2Converted + minute2: minute2Converted, }; - axios.post('YOUR_BACKEND_ENDPOINT', data) - .then(response => { - console.log('Response:', response.data); + axios + .post("YOUR_BACKEND_ENDPOINT", data) + .then((response) => { + console.log("Response:", response.data); }) - .catch(error => { - console.error('Error:', error); + .catch((error) => { + console.error("Error:", error); }); }; return ( <> - -
-
당신을 위한 방,
-
어떤 방이었나요?
-
-
-