修改路径bug 3

Test_Study_Net8
hang 2023-12-20 14:40:00 +08:00
parent d771ab0f6f
commit 3e24fe9461
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public static class FileStoreHelper
{ {
var rootPath = GetIRaCISRootPath(_hostEnvironment); var rootPath = GetIRaCISRootPath(_hostEnvironment);
var physicalFilePath = Path.Combine(rootPath, relativePath.Trim('/')); var physicalFilePath = Path.Combine(rootPath, relativePath);
return physicalFilePath; return physicalFilePath;
} }