Cleaned up ReaderController to match the new method of loading images in FE. Sends the full files rather than base64 encoded string.
This commit is contained in:
parent
c6e1fec9f2
commit
2a8931406d
5 changed files with 38 additions and 52 deletions
|
@ -18,5 +18,6 @@ namespace API.Extensions
|
|||
response.Headers.Add("Pagination", JsonSerializer.Serialize(paginationHeader, options));
|
||||
response.Headers.Add("Access-Control-Expose-Headers", "Pagination");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue