-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
shortenUrl에 getter가 누락되어 아래 ShortenUrlCreateResponseDto의 생성자에서 .getOriginalUrl()과 .getShortenUrlKey()를 가용할 수 없다. (Update Note: pg.583에서 이들을 다룬다)
public ShortenUrlCreateResponseDto(ShortenUrl shortenUrl){
this.originalUrl = shortenUrl.getOriginalUrl();
this.shortenUrlKey = shortenUrl.getShortenUrlKey();
}
shortenUrl에 private String originalUrl과 private String shortenUrlKey에 대한 getter를 생성해주자. (Update Note: pg.582에서 이들을 다룬다)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels