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': {