Added missing relations to server db model. Started with server crud. Removed unused relations from detail responses
This commit is contained in:
@@ -5,9 +5,6 @@ namespace MoonlightServers.Shared.Http.Responses.Admin.Nodes;
|
||||
public class NodeDetailResponse
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
//public List<Server> Servers { get; set; } = new();
|
||||
public NodeAllocationDetailResponse[] Allocations { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user