Skip to content

Commit

Permalink
feat : 보험 타입 추천 API에 처브라이프 보험사 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1000kkannoo committed Aug 18, 2024
1 parent 58173dd commit 1bdb176
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ private static String parseInsuranceImage(Insurance insurance) {
"https://reviewinsue-bucket.s3.ap-northeast-2.amazonaws.com/image/%E1%84%86%E1%85%B5%E1%84%85%E1%85%A2%E1%84%8B%E1%85%A6%E1%84%89%E1%85%A6%E1%86%BA%E1%84%89%E1%85%A2%E1%86%BC%E1%84%86%E1%85%A7%E1%86%BC.png";
case "신한라이프생명" ->
"https://reviewinsue-bucket.s3.ap-northeast-2.amazonaws.com/image/%E1%84%89%E1%85%B5%E1%86%AB%E1%84%92%E1%85%A1%E1%86%AB%E1%84%85%E1%85%A1%E1%84%8B%E1%85%B5%E1%84%91%E1%85%B3.png";
case "처브라이프생명" ->
"https://reviewinsue-bucket.s3.ap-northeast-2.amazonaws.com/image/CHUBB.png";
case "푸본현대생명" ->
"https://reviewinsue-bucket.s3.ap-northeast-2.amazonaws.com/image/%E1%84%91%E1%85%AE%E1%84%87%E1%85%A9%E1%86%AB%E1%84%92%E1%85%A7%E1%86%AB%E1%84%83%E1%85%A2%E1%84%89%E1%85%A2%E1%86%BC%E1%84%86%E1%85%A7%E1%86%BC.png";
case "하나생명" ->
Expand Down

0 comments on commit 1bdb176

Please sign in to comment.