diff --git a/packages/backend/src/helpers/authentication.ts b/packages/backend/src/helpers/authentication.ts index e746d452..49dfaa27 100644 --- a/packages/backend/src/helpers/authentication.ts +++ b/packages/backend/src/helpers/authentication.ts @@ -24,6 +24,7 @@ const authentication = shield( { Query: { '*': isAuthenticated, + getAutomatischInfo: allow, healthcheck: allow, }, Mutation: {