working search with flat endpoint

This commit is contained in:
vabene1111
2024-02-29 20:08:37 +01:00
parent e47bdd043e
commit 1cac34d2a0
143 changed files with 18623 additions and 9992 deletions

View File

@@ -113,9 +113,8 @@ export default defineComponent({
})
const api = new ApiApi()
api.flatRecipe().then(r => {
console.log(r)
this.flat_recipes = [] // TODO fix API schema generation to generate valid API response (schema type array)
api.apiRecipeFlatList().then(r => {
this.flat_recipes = r
})
},
methods: {