feat: comment this for show controller in swagger
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m48s
All checks were successful
.NET Test Pipeline / build-and-test (pull_request) Successful in 1m48s
This commit is contained in:
parent
e088374b14
commit
63216f3b66
@ -27,6 +27,7 @@ namespace Mirea.Api.Endpoint.Controllers.Configuration;
|
||||
[ApiVersion("1.0")]
|
||||
[ApiController]
|
||||
[MaintenanceModeIgnore]
|
||||
[ApiExplorerSettings(IgnoreApi = true)]
|
||||
public class SetupController(ISetupToken setupToken, IMaintenanceModeNotConfigureService notConfigureService, IMemoryCache cache) : BaseController
|
||||
{
|
||||
private const string CacheGeneralKey = "config_general";
|
||||
|
Loading…
Reference in New Issue
Block a user