From 4353a9e0e5f74d725a0afec0efd7d764be6b0936 Mon Sep 17 00:00:00 2001 From: Timo Volkmann Date: Wed, 26 Jun 2019 14:00:36 +0200 Subject: [PATCH] fixed path to manual --- labswp_2019_sose_geocaching_frontend/frontend/quasar.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labswp_2019_sose_geocaching_frontend/frontend/quasar.conf.js b/labswp_2019_sose_geocaching_frontend/frontend/quasar.conf.js index 9858ac5..25156f1 100644 --- a/labswp_2019_sose_geocaching_frontend/frontend/quasar.conf.js +++ b/labswp_2019_sose_geocaching_frontend/frontend/quasar.conf.js @@ -124,7 +124,7 @@ module.exports = function (ctx) { //API: JSON.stringify('http://localhost:8080'), API: JSON.stringify('https://seserver.se.hs-heilbronn.de:9443/buga19geocachingbackend'), USER_API: JSON.stringify('https://seserver.se.hs-heilbronn.de:9443/buga19usermanagement'), - MANUAL_URI: JSON.stringify('/manual/index.html') + MANUAL_URI: JSON.stringify('/buga19geocaching/manual/index.html') } },