UserPage created
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace WatchIt.Website.Services.Configuration.Model;
|
||||
|
||||
public class LogLevel
|
||||
{
|
||||
public string Default { get; set; }
|
||||
public string Microsoft_AspNetCore { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user