Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
160 changed files with 4556 additions and 57 deletions
Showing only changes of commit 07d7fec24f - Show all commits

View File

@ -15,6 +15,7 @@ namespace Mirea.Api.Endpoint.Controllers.Configuration;
public class SetupController(ISetupToken setupToken, IMaintenanceModeNotConfigureService notConfigureService) : BaseController public class SetupController(ISetupToken setupToken, IMaintenanceModeNotConfigureService notConfigureService) : BaseController
{ {
[HttpGet("GenerateToken")] [HttpGet("GenerateToken")]
[Localhost]
public ActionResult<string> GenerateToken() public ActionResult<string> GenerateToken()
{ {
if (!notConfigureService.IsMaintenanceMode) if (!notConfigureService.IsMaintenanceMode)