Initial commit, basic work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Types.Models.Config;
|
||||
|
||||
public class HttpConfig
|
||||
{
|
||||
public int Port { get; set; }
|
||||
public string Ip { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user