Skip to content

Commit

Permalink
🔗 :: (844) 기본 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 authored Nov 8, 2024
2 parents 688b4e8 + 5fbdb95 commit adbba6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@UtilityClass
public class ImageProperty {

public static final String DEFAULT_STUDENT_PROFILE_IMAGE = "'https://dsm-s3-bucket-jobis.s3.ap-northeast-2.amazonaws.com/EXTENSION_FILE/default_image.png'";
public static final String DEFAULT_STUDENT_PROFILE_IMAGE = "EXTENSION_FILE/default_image.png";

public static final String DEFAULT_COMPANY_LOGO_IMAGE = "'https://dsm-s3-bucket-jobis.s3.ap-northeast-2.amazonaws.com/LOGO_IMAGE/companydefault.png'";
public static final String DEFAULT_COMPANY_LOGO_IMAGE = "LOGO_IMAGE/companydefault.png";
}

0 comments on commit adbba6a

Please sign in to comment.