We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd2a4b commit be7d367Copy full SHA for be7d367
1 file changed
src/Resources/app/administration/src/api/frosh-tools.js
@@ -80,6 +80,10 @@ class FroshTools extends ApiService {
80
}
81
82
healthStatus() {
83
+ if (!this.loginService.isLoggedIn()) {
84
+ return;
85
+ }
86
+
87
const apiRoute = `${this.getApiBasePath()}/health/status`;
88
return this.httpClient.get(
89
apiRoute,
0 commit comments