Basedomain "/" geht zum Dashboard

This commit is contained in:
2025-07-30 14:38:42 +02:00
parent 517c638d2a
commit 1aed61f246
3 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ namespace Watcher.Controllers
}
// Dashboard unter /home/index
[HttpGet("/")]
public async Task<IActionResult> Index()
{
var preferredUserName = User.FindFirst("preferred_username")?.Value;