This commit is contained in:
henrydays 2019-04-15 14:29:22 +01:00
parent c749252792
commit 3bb87d3da8
1 changed files with 10 additions and 0 deletions

View File

@ -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]