refx & wf actions config

This commit is contained in:
Paul Schneider 2017-02-12 23:53:53 +01:00
commit d8fa166115
11 changed files with 38 additions and 25 deletions

View file

@ -46,8 +46,8 @@ namespace Yavsc.Controllers
return View(model);
}
[Route("Book/{id?}"), HttpGet, AllowAnonymous]
public ActionResult Book(string id)
[Route("Profiles/{id?}"), HttpGet, AllowAnonymous]
public ActionResult Profiles(string id)
{
if (id == null)
{