From 53dfb2a90a5d8e0a342f18cb9c4687f2daad61e6 Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Wed, 27 Mar 2019 10:24:53 +0100 Subject: [PATCH] some fixes --- frontend/src/pages/Overview.vue | 2 +- frontend/src/pages/TestCaches.vue | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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;