This commit is contained in:
Paul Schneider 2017-08-31 17:36:45 +02:00
commit f14b8b0598
3 changed files with 57 additions and 10 deletions

View file

@ -124,6 +124,10 @@ namespace Yavsc.Controllers
return View();
}
public IActionResult VideoChat()
{
return View();
}
}
}