ソースを参照

Merge branch 'feature/snapshot' into dev

qinchaoyue 4 ヶ月 前
コミット
1ffa5d17e0

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