diff --git a/ServiceHost/Areas/Client/Controllers/SalaryAidController.cs b/ServiceHost/Areas/Client/Controllers/SalaryAidController.cs index 78d21157..5cb85812 100644 --- a/ServiceHost/Areas/Client/Controllers/SalaryAidController.cs +++ b/ServiceHost/Areas/Client/Controllers/SalaryAidController.cs @@ -65,8 +65,8 @@ public class SalaryAidController:ClientBaseController var result = _salaryAidApplication.Remove(id); return result; } - - public ActionResult> OnPostValidateExcel(IFormFile excel) + [HttpPost("validate-excel")] + public ActionResult> ValidateExcel(IFormFile excel) { var validation = _salaryAidImportExcel.ReadAndValidateExcel(excel, _workshopId);