mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
added welcome page
This commit is contained in:
@ -33,5 +33,11 @@ namespace BirdsiteLive.Controllers
|
||||
{
|
||||
return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
public IActionResult Index(string handle)
|
||||
{
|
||||
return RedirectToAction("Index", "Users", new {id = handle});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user