Merge branch 'fix-recipe-page' into main
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
@RestController()
|
||||
@BasePathAwareController()
|
||||
public class RecipeSearchController {
|
||||
private final int nextRecipes=10;
|
||||
private final int nextRecipes=12;
|
||||
private final int nextRecipesForOneRandom = 20;
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -2,5 +2,6 @@ package whattocook.models;
|
||||
|
||||
public enum Unit {
|
||||
g,
|
||||
ml
|
||||
ml,
|
||||
units
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user