From 7e56725992eb79107d89ea1f708bce4d725357fd Mon Sep 17 00:00:00 2001 From: qkrxogmla Date: Thu, 29 May 2025 19:44:14 +0900 Subject: [PATCH] =?UTF-8?q?api=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=B6=A3=EC=84=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/generation/Attendance.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/generation/Attendance.jsx b/frontend/src/pages/generation/Attendance.jsx index 54a530a..4f01138 100644 --- a/frontend/src/pages/generation/Attendance.jsx +++ b/frontend/src/pages/generation/Attendance.jsx @@ -153,7 +153,7 @@ const Attendance = () => { // 유저가 입력한 출석 코드 서버에 전달(서버에서 출석코드 체크) const res = await api.post( - "/api/attendance/mark", + "/attendance/mark", { userId,