Skip to content

Commit

Permalink
Add console.log to display frontend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannleboss committed Feb 8, 2024
1 parent 32f52d6 commit fe22c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { RouterLink } from 'vue-router'
//@ts-ignore
import layer8_interceptor from 'layer8_interceptor'
const endpoint = import.meta.env.VITE_BACKEND_ENDPOINT
console.log('Frontend: endpoint', endpoint)
const data = ref()
const loading = ref(false)
Expand Down

0 comments on commit fe22c3f

Please sign in to comment.