Skip to content

Commit

Permalink
chore: git pending test
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jan 9, 2024
1 parent 8316026 commit 54c2a04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ResponseEntity<Long> missionRecordCreate(
return ResponseEntity.status(HttpStatus.CREATED).body(missionRecordId);
}

@Operation(summary = "미션 기록 조회", description = "미션 기록을 조회합니다.")
@Operation(summary = "미션 기록 조회 (캘린더 뷰)", description = "미션 기록을 조회합니다.")
@GetMapping
public List<MissionRecordFindResponse> missionRecordFind(
@RequestParam("missionId") Long missionId,
Expand Down

0 comments on commit 54c2a04

Please sign in to comment.