Implemented node system statistics
This commit is contained in:
@@ -11,6 +11,8 @@ namespace MoonlightServers.Shared;
|
||||
// - Node
|
||||
[JsonSerializable(typeof(CreateNodeDto))]
|
||||
[JsonSerializable(typeof(UpdateNodeDto))]
|
||||
[JsonSerializable(typeof(NodeHealthDto))]
|
||||
[JsonSerializable(typeof(NodeStatisticsDto))]
|
||||
[JsonSerializable(typeof(NodeDto))]
|
||||
[JsonSerializable(typeof(PagedData<NodeDto>))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user