Dash test
This commit is contained in:
parent
9722b1c953
commit
57fccf4da0
3 changed files with 42 additions and 1 deletions
|
|
@ -86,7 +86,10 @@ namespace Yavsc.Controllers
|
|||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public IActionResult Dash()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
public ActionResult Chat()
|
||||
{
|
||||
if (User.Identity.IsAuthenticated)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue