Skip to content

Commit d1556ee

Browse files
committed
fix: 요청 uri 수정
1 parent e4d1433 commit d1556ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/recipAI/server/domain/chat/ChatController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public ResponseEntity<IngredientsResponse> detectIngredients(@RequestPart("image
3636
return ResponseEntity.ok(response);
3737
}
3838

39-
@PostMapping("/ingredients")
39+
@PostMapping("/ingredients/valid")
4040
public ResponseEntity<Boolean> validateIngredients(@RequestPart("image") MultipartFile image) {
4141
log.info("[validateIngredients] 재료 이미지 요청");
4242
String imageUrl = uploadImage(image);

0 commit comments

Comments
 (0)