Merge pull request #980 from automatisch/make-automatisch-info-public

fix: make getAutomatischInfo public
This commit is contained in:
Ali BARIN
2023-03-06 22:46:13 +01:00
committed by GitHub

View File

@@ -24,6 +24,7 @@ const authentication = shield(
{
Query: {
'*': isAuthenticated,
getAutomatischInfo: allow,
healthcheck: allow,
},
Mutation: {