We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d1433 commit d1556eeCopy full SHA for d1556ee
src/main/java/com/recipAI/server/domain/chat/ChatController.java
@@ -36,7 +36,7 @@ public ResponseEntity<IngredientsResponse> detectIngredients(@RequestPart("image
36
return ResponseEntity.ok(response);
37
}
38
39
- @PostMapping("/ingredients")
+ @PostMapping("/ingredients/valid")
40
public ResponseEntity<Boolean> validateIngredients(@RequestPart("image") MultipartFile image) {
41
log.info("[validateIngredients] 재료 이미지 요청");
42
String imageUrl = uploadImage(image);
0 commit comments