Added node server sync and delete sync. Cleaned up codebase and extracted calls to apis to services
This commit is contained in:
@@ -24,8 +24,8 @@ public class CreateServerRequest
|
||||
public int Bandwidth { get; set; }
|
||||
|
||||
public string? StartupOverride { get; set; }
|
||||
|
||||
public int DockerImageIndex { get; set; }
|
||||
|
||||
public int DockerImageIndex { get; set; } = -1;
|
||||
|
||||
public int StarId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user