Forgot to update DTO to send it to the Frontend.
This commit is contained in:
parent
28ce2bbba1
commit
83076f02ad
3 changed files with 18 additions and 0 deletions
|
@ -7,5 +7,6 @@ namespace API.DTOs
|
|||
public int Number { get; set; }
|
||||
public string Name { get; set; }
|
||||
public byte[] CoverImage { get; set; }
|
||||
public int Pages { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue