Fix access to uploaded files
This commit is contained in:
@ -28,7 +28,7 @@ namespace Hcs.WebApp.Controllers
|
|||||||
|
|
||||||
return Ok(new
|
return Ok(new
|
||||||
{
|
{
|
||||||
path,
|
path = Path.Combine(directory, fileName),
|
||||||
fileName = file.FileName
|
fileName = file.FileName
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user