Skip to content

Commit

Permalink
Merge pull request #92 from Hooking-CEOS/feature/copy
Browse files Browse the repository at this point in the history
Feature/copy
  • Loading branch information
JiwonKim08 authored Jul 27, 2023
2 parents d087e24 + 10ab640 commit ae097f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/shop/hooking/hooking/config/BrandType.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public static boolean containsKeyword(String keyword) {
return true;
}
}


return false;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public ResponseEntity<CopySearchResponse> copySearchList(HttpServletRequest http
.body(response);
}

if(q.equals("애프터블로우")){
q="애프터 블로우";
}

// 검색 결과 처리 로직...
MoodType moodType = MoodType.fromKeyword(q);
List<CopyRes> moodCopyRes = new ArrayList<>();
Expand Down

0 comments on commit ae097f5

Please sign in to comment.