Implemented node crud and status health check. Added daemon status health endpoint. Refactored project structure. Added sidebar items and ui views
This commit is contained in:
6
MoonlightServers.DaemonShared/Http/Daemon/HealthDto.cs
Normal file
6
MoonlightServers.DaemonShared/Http/Daemon/HealthDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.DaemonShared.Http.Daemon;
|
||||
|
||||
public class HealthDto
|
||||
{
|
||||
public int RemoteStatusCode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user