From 3bb87d3da8127f6ea16b2d5e80bc6d95dde97d3b Mon Sep 17 00:00:00 2001 From: henrydays Date: Mon, 15 Apr 2019 14:29:22 +0100 Subject: [PATCH] u --- api/Controllers/mvcController.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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]