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
.env
.gitea/workflows
ApiDto
Application
Application.csproj
Common
Cqrs
DependencyInjection.cs
Interfaces
Backend.sln
Domain/Schedule
Endpoint
Persistence

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