Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2023-12-08 11:39:25 +08:00
commit 7af5249e9c
1 changed files with 1 additions and 2 deletions

View File

@ -292,9 +292,8 @@ try
Log.Logger.Warning($"ContentRootPath{env.ContentRootPath}");
Log.Logger.Warning($"ContentRootPath——GetParent-notriem{Directory.GetParent(env.ContentRootPath).FullName}");
Log.Logger.Warning($"ContentRootPath——GetParent{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}");
app.Run();