We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddcc8a commit ca2616aCopy full SHA for ca2616a
src/App.vue
@@ -41,9 +41,7 @@ export default class App extends Vue {
41
}
42
async created()
43
{
44
- try { await this.$axios.$get("/health"); this.$loader.close(); }
45
- catch { this.$loader.close(); this.$router.push("/maintenance"); this.$loader.close(); }
46
-
+ this.$loader.close();
47
if (!this.$cookies.get("isAllowedCookie")) {
48
this.openNotificationCookie();
49
0 commit comments