李昊 4 yıl önce
ebeveyn
işleme
5a3b45f7d1

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