Skip to content

Commit

Permalink
docs : 코드 줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeongdong committed Aug 23, 2024
1 parent 28b309a commit 076ddce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public ResultResponse<PhotoDownloadUrlListInfo> getPhotoDownloadUrlListByShareGr
return ResultResponse.of(DOWNLOAD_PHOTO, photoDownloadUrlList);
}


@GetMapping("/download/album")
@Operation(summary = "특정 앨범 사진 전체 다운로드 API", description = "선택한 앨범에 속한 사진을 다운로드할 주소를 받는 API입니다. 해당 공유그룹에 속해있는 회원만 다운로드 요청할 수 있습니다.")
@Parameters(value = {
Expand Down

0 comments on commit 076ddce

Please sign in to comment.