qinchaoyue vor 4 Monaten
Ursprung
Commit
2624a426e9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/Hotline.Api/Controllers/Snapshot/SnapshotController.cs

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

@@ -142,6 +142,7 @@ public class SnapshotController : BaseController
     /// </summary>
     /// <returns></returns>
     [HttpGet("bulletions/popup")]
+    [AllowAnonymous]
     public async Task<BulletinOutDto> GetBulletionPopupAsync()
         => await _snapshotApplication.GetBulletionPopupAsync(HttpContext.RequestAborted);