cleanup
This commit is contained in:
parent
f1dd648970
commit
d000f77098
13 changed files with 77 additions and 220 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue