Explorar el Código

Merge branch 'feature/snapshot' into dev

qinchaoyue hace 4 meses
padre
commit
1ffa5d17e0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();