Preliminary recipe page

Vuetify go brr
This commit is contained in:
Karthik Vempati
2022-07-17 17:13:30 +02:00
parent 820601037e
commit 2b8eab1f16
10 changed files with 656 additions and 13 deletions

View File

@@ -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