Skip to content

Commit ca2616a

Browse files
committed
disable maintained page
1 parent 1ddcc8a commit ca2616a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/App.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ export default class App extends Vue {
4141
}
4242
async created()
4343
{
44-
try { await this.$axios.$get("/health"); this.$loader.close(); }
45-
catch { this.$loader.close(); this.$router.push("/maintenance"); this.$loader.close(); }
46-
44+
this.$loader.close();
4745
if (!this.$cookies.get("isAllowedCookie")) {
4846
this.openNotificationCookie();
4947
}

0 commit comments

Comments
 (0)