UI/logic updates, tests added, backend updated
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Seasoned.Backend.DTOs;
|
||||
public class RecipeResponseDto
|
||||
{
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public string Icon { get; set; } = "mdi-silverware-fork-knife";
|
||||
public string? ImageUrl { get; set; }
|
||||
public List<string> Ingredients { get; set; } = new();
|
||||
public List<string> Instructions { get; set; } = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user