Rename Index calls to get or getall

This commit is contained in:
anomny
2025-11-03 19:06:08 +01:00
parent a74be66e47
commit dcd79d215c
6 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ public class GroupsController : Controller
}
[HttpGet("Get")]
public async Task<GroupsGetResponseModel> GetAsync(GroupsIndexRequestModel model)
public async Task<GroupsGetResponseModel> GetAsync(GroupsGetRequestModel model)
{
if (model is null)
{