|
@@ -82,6 +82,7 @@ namespace GxPress.Api.WebControllers
|
|
/// <param name="parentId"></param>
|
|
/// <param name="parentId"></param>
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[HttpGet("group-category/{parentId}")]
|
|
[HttpGet("group-category/{parentId}")]
|
|
|
|
+ [AllowAnonymous]
|
|
public async Task<IEnumerable<GroupCategoryResult>> GetGroupCategoryAsync(int parentId)
|
|
public async Task<IEnumerable<GroupCategoryResult>> GetGroupCategoryAsync(int parentId)
|
|
{
|
|
{
|
|
return await groupCategroyRepository.GetAllAsync(parentId);
|
|
return await groupCategroyRepository.GetAllAsync(parentId);
|