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:26:20 +08:00
commit e10e1f990f
1 changed files with 6 additions and 3 deletions

View File

@ -290,11 +290,14 @@ try
#endregion
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}");
app.Run();
}
catch (Exception e)
{