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