Skip to content

Commit

Permalink
[Fix] sopt-makers#199 - 운영서비스 url path 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
0inn committed Apr 22, 2023
1 parent 5ba9c2a commit ee90a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ extension AttendanceAPI: BaseAPI {
public var path: String {
switch self {
case .lecture:
return "lecture"
return "lectures"
case .score:
return "members/score"
case .total:
return "total"
return "members/attendances"
case .lectureRound(let lectureId):
return "lectures/round/\(lectureId)"
case .attend:
Expand Down

0 comments on commit ee90a65

Please sign in to comment.