Skip to content

Commit

Permalink
Updates made in comment controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-Ashok-Swain committed Oct 29, 2023
1 parent 5509dc7 commit 15d8e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public Recipe getRecipe(@PathVariable Long recipeId) {
}

@GetMapping
public Iterable<Recipe>getAllRooms()
public Iterable<Recipe>getAllRecipes()
{
return recipeService.getRecipes();
}
Expand Down

0 comments on commit 15d8e7f

Please sign in to comment.