We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d347c3 commit c8b1dafCopy full SHA for c8b1daf
1 file changed
backend/LexBoxApi/Controllers/SyncController.cs
@@ -10,7 +10,6 @@ namespace LexBoxApi.Controllers;
10
11
[ApiController]
12
[Route("/api/fw-lite/sync")]
13
-[FeatureFlagRequired(FeatureFlag.FwLiteBeta, AllowAdmin = true)]
14
[ApiExplorerSettings(GroupName = LexBoxKernel.OpenApiPublicDocumentName)]
15
public class SyncController(
16
IPermissionService permissionService,
0 commit comments