diff --git a/frontend/src/pages/Overview.vue b/frontend/src/pages/Overview.vue index 6eb6f66..0834139 100644 --- a/frontend/src/pages/Overview.vue +++ b/frontend/src/pages/Overview.vue @@ -25,7 +25,7 @@ diff --git a/frontend/src/pages/TestCaches.vue b/frontend/src/pages/TestCaches.vue index 2f06321..59402e7 100644 --- a/frontend/src/pages/TestCaches.vue +++ b/frontend/src/pages/TestCaches.vue @@ -7,8 +7,8 @@
{{ cache.name }} - (Multicache) - (Singlecache) + +
@@ -22,8 +22,6 @@ - - Hallo @@ -75,7 +73,7 @@ export default { methods: { fetchTodos () { - this.$axios.get('http://localhost:8080/allCaches') + this.$axios.get('http://localhost:8080/api/allCaches') .then((response) => { console.log("Caches: " + this.caches); this.caches = response.data;