Skip to content

Commit

Permalink
Merge pull request #99 from IT-Cotato/develop
Browse files Browse the repository at this point in the history
[Release] 2024.08.15.02
  • Loading branch information
Youthhing authored Aug 15, 2024
2 parents 529106a + caba409 commit 212cb6f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ public ResponseEntity<AttendancesResponse> findAttendancesByGeneration(@RequestP
description = "성공"
),
@ApiResponse(
responseCode = "AT-301",
responseCode = "409",
description = "이미 출석을 완료함"
),
@ApiResponse(
responseCode = "AT-401",
responseCode = "409",
description = "출석 시간이 아님"
)
}
Expand All @@ -101,11 +101,11 @@ public ResponseEntity<AttendResponse> submitOfflineAttendanceRecord(@RequestBody
description = "성공"
),
@ApiResponse(
responseCode = "AT-301",
responseCode = "409",
description = "이미 출석을 완료함"
),
@ApiResponse(
responseCode = "AT-401",
responseCode = "409",
description = "출석 시간이 아님"
)
})
Expand Down

0 comments on commit 212cb6f

Please sign in to comment.