李昊 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);