修改模板文件位置 4

IRC_NewDev
hang 2023-12-20 14:48:58 +08:00
parent a05c3725e7
commit 4f9dcfd584
1 changed files with 1 additions and 1 deletions

View File

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