Fix LoggerLevelHttp instance

This commit is contained in:
jvyden 2021-10-21 01:22:02 -04:00
parent 0355ab5d97
commit c3f3d22f3d
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -13,7 +13,7 @@ namespace LBPUnion.ProjectLighthouse.Logging {
public class LoggerLevelHttp : LoggerLevel {
public override string Name => "HTTP";
public static LoggerLevelDatabase Instance = new();
public static LoggerLevelHttp Instance = new();
}
#region ASP.NET