From 99499feb12fde11e50257d17877ff6f6ebd39164 Mon Sep 17 00:00:00 2001 From: Maximilian Leopold Date: Wed, 8 May 2019 13:13:31 +0200 Subject: [PATCH] Spring application fixed --- frontend/quasar.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/quasar.conf.js b/frontend/quasar.conf.js index dc84e20..4df0238 100644 --- a/frontend/quasar.conf.js +++ b/frontend/quasar.conf.js @@ -114,9 +114,9 @@ module.exports = function (ctx) { USER_API: JSON.stringify('https://seserver.se.hs-heilbronn.de:8443/buga19usermanagement') } : { // Base URL for API-Calls: PRODUCTION (build) - API: JSON.stringify('https://seserver.se.hs-heilbronn.de:8443/buga19geocaching'), + API: JSON.stringify('http://localhost:8080'), + //API: JSON.stringify('https://seserver.se.hs-heilbronn.de:8443/buga19geocaching'), USER_API: JSON.stringify('https://seserver.se.hs-heilbronn.de:8443/buga19usermanagement') - //API: JSON.stringify('http://localhost:8080') } },