Fix really fix redirect
🏗️ Build Plugin / build (push) Successful in 29s
Latest Release / latest-release (push) Successful in 47s
🧪 Test Plugin / test (push) Successful in 28s
🚀 Release Plugin / build-and-release (push) Successful in 43s

This commit is contained in:
2026-06-27 09:14:07 +02:00
parent 35b103c056
commit c2feaae89c
2 changed files with 7 additions and 9 deletions
@@ -40,6 +40,7 @@ public class RecordingController : ControllerBase
/// </summary>
/// <returns>The recording manager HTML page.</returns>
[HttpGet("Page")]
[AllowAnonymous]
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status404NotFound)]
public IActionResult GetRecordingPage()