feat: comment this for show controller in swagger

This commit is contained in:
2024-06-01 07:33:08 +03:00
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";