李昊 4 년 전
부모
커밋
5a3b45f7d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      gx_api/GxPress/Api/GxPress.Api/WebControllers/WebGroupController.cs

+ 1 - 0
gx_api/GxPress/Api/GxPress.Api/WebControllers/WebGroupController.cs

@@ -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);