Skip to content

Commit

Permalink
allow anonymous access to the ShouldUpdate api
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 11, 2024
1 parent 165a44a commit 4525771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/LexBoxApi/Controllers/FwLiteReleaseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public async ValueTask<ActionResult<FwLiteRelease>> LatestRelease(string? appVer
}

[HttpGet("should-update")]
[AllowAnonymous]
public async Task<ActionResult<ShouldUpdateResponse>> ShouldUpdate([FromQuery] string appVersion)
{
using var activity = LexBoxActivitySource.Get().StartActivity();
Expand Down

0 comments on commit 4525771

Please sign in to comment.