Skip to content

Commit

Permalink
chore: ci-cd 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 24, 2024
1 parent a2bb288 commit 7afa2a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface AnniversaryApi {
ResponseEntity<Anniversary> addAnniversary(@Parameter(name = "id", description = "멤버아이디")@PathVariable Long id, @RequestBody AnniversaryRequestDTO request);

@Operation(
summary = "기념일 수정입니닷",
summary = "기념일 수정입니닷닷",
description = "사용자의 기념일을 수정합니다.",
security = @SecurityRequirement(name = "bearerAuth")
)
Expand Down

0 comments on commit 7afa2a3

Please sign in to comment.