fix: recipe api now under /api
This commit is contained in:
parent
4e23d913d1
commit
0a9251df67
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
import java.util.Optional;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/recipe")
|
||||
@RequestMapping("/api")
|
||||
public class RecipeController {
|
||||
private final RecipeRepository recipeRepository; // JPA repository used in this controller
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue