Skip to content

Commit 5fc48e6

Browse files
committed
[fix]: Attendance.jsx api 수정
1 parent 73d5b14 commit 5fc48e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/generation/Attendance.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const Attendance = () => {
152152

153153
// 유저가 입력한 출석 코드 서버에 전달(서버에서 출석코드 체크)
154154

155-
const res = await axios.post(
155+
const res = await api.post(
156156
"/api/attendance/mark",
157157

158158
{

0 commit comments

Comments
 (0)