From b75f4d65e33d786891f68a849810adc0c55fc5df Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Sat, 23 Mar 2019 17:52:36 +0100 Subject: [PATCH] changed quasar dev port to 8081 and therefor added CORS policy to controller. tested allcaches api --- frontend/src/pages/TestCaches.vue | 83 +++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 frontend/src/pages/TestCaches.vue diff --git a/frontend/src/pages/TestCaches.vue b/frontend/src/pages/TestCaches.vue new file mode 100644 index 0000000..71e251c --- /dev/null +++ b/frontend/src/pages/TestCaches.vue @@ -0,0 +1,83 @@ + + + + +