Fix access to uploaded files

This commit is contained in:
2025-11-20 16:05:02 +09:00
parent 01d92ddb8b
commit 8095bf8ebc

View File

@ -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
}); });
} }