Skip to content

Commit 7e56725

Browse files
committed
api경로 수정 춣석
1 parent 092607b commit 7e56725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/generation/Attendance.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const Attendance = () => {
153153
// 유저가 입력한 출석 코드 서버에 전달(서버에서 출석코드 체크)
154154

155155
const res = await api.post(
156-
"/api/attendance/mark",
156+
"/attendance/mark",
157157

158158
{
159159
userId,

0 commit comments

Comments
 (0)