Skip to content

Commit

Permalink
fix: 스웨거 명세 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Jan 23, 2025
1 parent 3655e20 commit 972ba1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ ResponseEntity<LightningV2CreateLightningResponseDto> createLightning(
@ApiResponse(responseCode = "400", description = "번쩍 모임이 없습니다.", content = @Content),
})
ResponseEntity<LightningV2GetLightningByMeetingIdResponseDto> getLightningByMeetingId(
@PathVariable Integer lightningId,
@PathVariable Integer meetingId,
Principal principal);
}

0 comments on commit 972ba1b

Please sign in to comment.