From 7f758ffafe44c69c2d6da357464cb33998803e2e Mon Sep 17 00:00:00 2001 From: ludchieng Date: Tue, 24 Jan 2023 23:17:14 +0100 Subject: [PATCH] fix: remove fetch on app start --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 237ee24..a2cee06 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,8 +26,6 @@ export default Vue.extend({ window.location.href = '/' }) } - // Ping server to wake it up - fetch(process.env.VUE_APP_API_URL) }, watch: { '$route.params.tab': {