Skip to content

Commit

Permalink
[CHORE] Album Example 임시 이미지 url 추가 #138
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Mar 10, 2024
1 parent 395a5a8 commit 22a24bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public List<AlbumResponseDto> getAlbumList(final Long userId) {

private Album createAlbumExample() {
return new Album(0L, "사진의 제목을 입력할 수 있어요", "사진에 대해 소개해요",
"imgUrl", "직성자");
"https://i1.sndcdn.com/artworks-l2lCmUXC61XR2HM5-gwB8Vg-t500x500.jpg", "직성자"); // TODO 기획 측에서 전달받은 이미지 url로 변경
}

private User getUserById(Long userId) { // TODO userId -> Parentchild 한번에 가져오기
Expand Down

0 comments on commit 22a24bf

Please sign in to comment.