bug fix: login check

This commit is contained in:
Usman Nasir
2021-04-09 12:00:12 +05:00
parent a7aeb1d45b
commit 031d814209
5 changed files with 52 additions and 6 deletions

View File

@@ -48,6 +48,8 @@ def router(request):
return cm.RunServerLevelEmailChecks()
elif controller == 'DetachCluster':
return cm.DetachCluster()
elif controller == 'DebugCluster':
return cm.DebugCluster()
elif controller == 'FetchMasterBootStrapStatus':
return cm.FetchMasterBootStrapStatus()
elif controller == 'FetchChildBootStrapStatus':