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;