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
|
@ -13,8 +13,6 @@ namespace API.Interfaces.Services
|
|||
/// <param name="rootPath">Absolute path of directory to scan.</param>
|
||||
/// <returns>List of folder names</returns>
|
||||
IEnumerable<string> ListDirectory(string rootPath);
|
||||
|
||||
Task<ImageDto> ReadImageAsync(string imagePath);
|
||||
/// <summary>
|
||||
/// Gets files in a directory. If searchPatternExpression is passed, will match the regex against for filtering.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue