This commit is contained in:
Paul Schneider 2026-02-28 14:22:33 +00:00
commit d000f77098
13 changed files with 77 additions and 220 deletions

View file

@ -61,7 +61,8 @@ namespace Yavsc.ApiControllers
} catch (InvalidPathException ex) {
pathex = ex;
}
if (pathex!=null) {
if (pathex!=null)
{
_logger.LogError($"invalid sub path: '{subdir}'.");
return BadRequest(pathex);
}