Added node allocation ui
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MoonlightServers.Shared.Http.Responses.Admin.Allocations;
|
||||
|
||||
public class DetailAllocationResponse
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string IpAddress { get; set; } = "0.0.0.0";
|
||||
public int Port { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user