From 6e1ede85602835ae1c002245cf10ffbde8c5d6c0 Mon Sep 17 00:00:00 2001 From: FhRh Date: Wed, 27 Nov 2024 12:19:18 +0900 Subject: [PATCH] =?UTF-8?q?emergency(RecipeController)=20:=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../banchango/recipe/presentation/RecipeController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/banchango/src/main/java/com/sundaegukbap/banchango/recipe/presentation/RecipeController.java b/Server/banchango/src/main/java/com/sundaegukbap/banchango/recipe/presentation/RecipeController.java index 2496096..335f51a 100644 --- a/Server/banchango/src/main/java/com/sundaegukbap/banchango/recipe/presentation/RecipeController.java +++ b/Server/banchango/src/main/java/com/sundaegukbap/banchango/recipe/presentation/RecipeController.java @@ -20,7 +20,7 @@ @RestController @RequestMapping("/api/recipe") @AllArgsConstructor -@Tag(name = "레시피 조회 관련 컨트롤러") +@Tag(name = "레시피 조회 컨트롤러") public class RecipeController { private final RecipeQueryService recipeQueryService;