Skip to content

Commit

Permalink
fix: remove fetch on app start
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Jan 24, 2023
1 parent a2e7614 commit 7f758ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 7f758ff

Please sign in to comment.