Bladeren bron

接口调整

qinchaoyue 4 maanden geleden
bovenliggende
commit
2624a426e9
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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);