Move ES2015 example into a subpage of the NodeServicesExamples sample

This commit is contained in:
SteveSandersonMS
2016-06-07 14:31:23 +01:00
parent facc2c6d08
commit 8dbd143857
5 changed files with 33 additions and 5 deletions

View File

@@ -10,6 +10,11 @@ namespace NodeServicesExamples.Controllers
return View();
}
public IActionResult ES2015Transpilation()
{
return View();
}
public IActionResult Error()
{
return View("~/Views/Shared/Error.cshtml");