Skip to content

Commit

Permalink
emergency(RecipeController) : 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Nov 27, 2024
1 parent dba668c commit 6e1ede8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@RestController
@RequestMapping("/api/recipe")
@AllArgsConstructor
@Tag(name = "레시피 조회 관련 컨트롤러")
@Tag(name = "레시피 조회 컨트롤러")
public class RecipeController {

private final RecipeQueryService recipeQueryService;
Expand Down

0 comments on commit 6e1ede8

Please sign in to comment.