Improved logging with exceptions and remove config enum parameter

This commit is contained in:
Alex
2025-01-15 11:49:42 +00:00
parent f55f3f45ec
commit 6a2f11d2c4
39 changed files with 90 additions and 58 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class HttpServerHelper
public HttpServerHelper(ConfigServer configServer)
{
_httpConfig = configServer.GetConfig<HttpConfig>(ConfigTypes.HTTP);
_httpConfig = configServer.GetConfig<HttpConfig>();
}
public string GetMimeText(string key)