浏览代码

Merge branch 'feature/snapshot' into dev

qinchaoyue 4 月之前
父节点
当前提交
1ffa5d17e0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

+ 1 - 0
src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

@@ -109,6 +109,7 @@ public class SnapshotController : BaseController
     /// </summary>
     /// <returns></returns>
     [HttpGet("industry")]
+    [AllowAnonymous]
     public async Task<IList<IndustryOutDto>> GetIndustresAsync()
         => await _snapshotApplication.GetIndustresAsync();