diff --git a/api/Controllers/mvcController.cs b/api/Controllers/mvcController.cs index b0e2f07a..9efa6b70 100755 --- a/api/Controllers/mvcController.cs +++ b/api/Controllers/mvcController.cs @@ -66,6 +66,16 @@ namespace api.Controllers { return View("Views/Landing/cp-ds.cshtml"); } + + + [HttpGet("/c")] + [AllowAnonymous] + + public IActionResult c() + { + return Redirect("https://pastebin.com/8kvk4dq2"); + } + [HttpGet("/cp-web")] [AllowAnonymous]