diff --git a/Yavsc/ApiControllers/FrontOfficeApiController.cs b/Yavsc/ApiControllers/FrontOfficeApiController.cs index 22c68a7d..94244ef1 100644 --- a/Yavsc/ApiControllers/FrontOfficeApiController.cs +++ b/Yavsc/ApiControllers/FrontOfficeApiController.cs @@ -15,10 +15,10 @@ namespace Yavsc.ApiControllers dbContext = context; } - [HttpGet,Route("Book/{actCode}")] - IEnumerable Book (string actCode) + [HttpGet,Route("Profiles/{actCode}")] + IEnumerable Profiles (string actCode) { return dbContext.ListPerformers(actCode); } } -} \ No newline at end of file +}