From 633344b899ce1299bc0c7114155651a78249c7d5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 3 Feb 2021 18:21:00 +0100 Subject: [PATCH] GraphQL Get --- .../Areas/Api/Controllers/Contents/ContentsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs b/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs index 3766dfe6d..f8a13660e 100644 --- a/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs +++ b/backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs @@ -54,7 +54,7 @@ namespace Squidex.Areas.Api.Controllers.Contents /// [HttpGet] [Route("content/{app}/graphql/")] - [ApiPermissionOrAnonymous(Permissions.AppContents)] + [ApiPermissionOrAnonymous] [ApiCosts(2)] public async Task GetGraphQL(string app, [FromQuery] GraphQLGetDto? queries = null) {