diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index c360798..71f9446 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -1232,7 +1232,7 @@ namespace _24Hour.Controllers.Common return result; } [HttpPost] - [Route("PackegLawyerArchivesInfo")] + [Route("ExportLawyerArchivesInfo")] public async Task ExportLawyerArchivesInfo(IEnumerable ids) { var lawyerarchives = await _db.Queryable()