refactor: rewrite useVersion and healthcheck with RQ

This commit is contained in:
Rıdvan Akca
2024-03-13 11:39:52 +03:00
parent f07b6d105a
commit 58fcfd9a34
8 changed files with 31 additions and 56 deletions

View File

@@ -44,7 +44,6 @@ export const authenticationRules = {
'*': isAuthenticatedRule,
getConfig: allow,
getNotifications: allow,
healthcheck: allow,
listSamlAuthProviders: allow,
},
Mutation: {