diff --git a/api/Controllers/mvcController.cs b/api/Controllers/mvcController.cs index d6da8505..f5ad3e1f 100755 --- a/api/Controllers/mvcController.cs +++ b/api/Controllers/mvcController.cs @@ -44,6 +44,14 @@ namespace api.Controllers return View("Views/Landing/cp-net.cshtml"); } + [HttpGet("/cp-md")] + [AllowAnonymous] + + public IActionResult cpMd() + { + return View("Views/Landing/cp-md.cshtml"); + } + [HttpGet("/cp-iot")] [AllowAnonymous]