Including MediaFile of Recipe for show it on card

This commit is contained in:
franc
2025-04-22 14:37:19 +02:00
parent cbd2ba7dfb
commit 71c9f27d64
@@ -46,6 +46,7 @@
{
return await _context.Categories
.Include(c => c.Recipes)
.ThenInclude(r => r.MediaFiles)
.ToListAsync();
}
}