fix: address #165 review findings (stale-response guard, security-test coverage, route/help-text nits)
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 4m14s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 4m37s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Has been skipped

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-07 13:55:05 +02:00
co-authored by Claude Fable 5
parent 5530db7089
commit 24a26cbe34
5 changed files with 10 additions and 6 deletions
@@ -34,7 +34,7 @@ public class TroubleshootController(
WriteIndented = true
};
[HttpGet("/api/troubleshoot/info", Name = "GetTroubleshootingInfo")]
[HttpGet("api/troubleshoot/info", Name = "GetTroubleshootingInfo")]
[Tags("Troubleshooting")]
[EndpointSummary("Get troubleshooting diagnostic info")]
[EndpointGroupName("general")]