Skip to content

Commit

Permalink
chore: 히히 이제 https 쓸수잇듬 ㅎㅅㅎ
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Nov 27, 2022
1 parent cfa7240 commit 6def142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/ImageUrlService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ImageUrlService {
* @param imageUuid 주어진 UUID.
*/
async makeUrl(imageUuid?: string | null): Promise<string | undefined> {
return imageUuid ? `http://uniletter.inuappcenter.kr/images/${imageUuid}` : undefined;
return imageUuid ? `https://uniletter.inuappcenter.kr/images/${imageUuid}` : undefined;
}
}

Expand Down

0 comments on commit 6def142

Please sign in to comment.