mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
working search with flat endpoint
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user