more models and consolidation

This commit is contained in:
Alex
2025-01-05 20:28:54 +00:00
parent 76f9830a7e
commit abf15257cd
325 changed files with 1260996 additions and 191 deletions
+1
View File
@@ -4,4 +4,5 @@ public class HttpConfig
{
public int Port { get; set; }
public string Ip { get; set; }
public bool LogRequests { get; set; }
}