Basedomain "/" geht zum Dashboard
This commit is contained in:
@@ -25,6 +25,7 @@ namespace Watcher.Controllers
|
||||
}
|
||||
|
||||
// Dashboard unter /home/index
|
||||
[HttpGet("/")]
|
||||
public async Task<IActionResult> Index()
|
||||
{
|
||||
var preferredUserName = User.FindFirst("preferred_username")?.Value;
|
||||
|
Reference in New Issue
Block a user