Parcourir la source

Merge branch 'feature/snapshot' into dev

qinchaoyue il y a 4 mois
Parent
commit
1ffa5d17e0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();