Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed May 5, 2024
1 parent c555d5f commit 77fbbe8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public ResponseEntity<SuccessResponse<?>> getSearchList(@RequestParam(name = "se
@GetMapping("/search-details")
public ResponseEntity<SuccessResponse<?>> generateResponse(@RequestParam(name = "searchWord") String searchWord) throws IOException {

if(searchWord.equals("다리")){
searchWord = "(시설물)다리";
}
//수형, 단어 이미지 생성
List<String> signImageUrls = imageCrawlerService.crawlImageUrls(searchWord);
byte[] mergeImages = imageCrawlerService.mergeImages(signImageUrls);
Expand Down

0 comments on commit 77fbbe8

Please sign in to comment.