From b7e89ad93a49fb577f261754af34a2ca9634b2f4 Mon Sep 17 00:00:00 2001 From: ZMiguel Alves Date: Fri, 12 Apr 2019 15:40:32 +0100 Subject: [PATCH] update website CP MD --- api/Controllers/mvcController.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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]