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
242 changed files with 10841 additions and 99 deletions
Showing only changes of commit 076d6498a1 - Show all commits

View File

@ -23,6 +23,7 @@ public class ScheduleController(IMediator mediator, IOptionsSnapshot<GeneralConf
{
[CacheMaxAge(1, 0)]
[HttpGet("StartTerm")]
[Produces("text/plain")]
public ActionResult<DateOnly> GetStartTerm() => config.Value.ScheduleSettings!.StartTerm;
[CacheMaxAge(1, 0)]