diff --git a/frontend/src/pages/CacheEnd.vue b/frontend/src/pages/CacheEnd.vue index 77d71f6..7ba09e1 100644 --- a/frontend/src/pages/CacheEnd.vue +++ b/frontend/src/pages/CacheEnd.vue @@ -52,7 +52,7 @@ this.$axios.get('/api/allCaches') .then((response) => { console.log("/api/allCaches"); - console.log(JSON.stringify(this.response.data)); + console.log(JSON.stringify(response.data)); console.log(response.data); const cache = response.data.find(cache => cache.id === Number(this.$route.params.cache)); this.cache = cache;