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') } },