Fix Configuration.cs requiring APIConfiguration (which do not) + Fix menuActions

This commit is contained in:
Eric NGUYEN 2022-10-13 18:36:35 +02:00
parent f5ec81d22b
commit 7a59c23d20
2 changed files with 9 additions and 14 deletions

View file

@ -32,7 +32,7 @@ namespace SVGLDLibs.Models
[DataMember(EmitDefaultValue = false, IsRequired = true)]
public AvailableContainerModel MainContainer { get; set; }
[DataMember(EmitDefaultValue = false, IsRequired = true)]
[DataMember(EmitDefaultValue = false)]
public APIConfiguration APIConfiguration { get; set; }
}
}