gateway api fixes
This commit is contained in:
@@ -86,4 +86,5 @@ public class AppDeployment
|
||||
public ICollection<DeploymentManifest> Manifests { get; set; } = [];
|
||||
public ICollection<DeploymentResource> Resources { get; set; } = [];
|
||||
public ICollection<StorageBinding> StorageBindings { get; set; } = [];
|
||||
public ICollection<DatabaseBinding> DatabaseBindings { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user