Refactored project to module structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Api.Admin.Sys.ContainerHelper;
|
||||
|
||||
public class ContainerHelperOptions
|
||||
{
|
||||
public bool IsEnabled { get; set; }
|
||||
public string Url { get; set; } = "http://helper:8080";
|
||||
}
|
||||
Reference in New Issue
Block a user