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