From a21dcaba123b23db5257824a6e7287ce92b886aa Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Fri, 1 May 2020 22:25:15 +0200
Subject: [PATCH] [fix] Fix shareBaseUrl (add missing slash)

---
 app/config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/config.json b/app/config.json
index 719039574..3a4bc7ea1 100644
--- a/app/config.json
+++ b/app/config.json
@@ -14,7 +14,7 @@
     "expertMode": false,
     "decimalCount": 2,
     "httpsMode": false,
-    "shareBaseUrl": "https://demo.cesium.app",
+    "shareBaseUrl": "https://demo.cesium.app/",
     "helptip": {
       "enable": true,
       "installDocUrl": {
@@ -123,7 +123,7 @@
     "expertMode": false,
     "decimalCount": 2,
     "httpsMode": false,
-    "shareBaseUrl": "https://demo.cesium.app",
+    "shareBaseUrl": "https://demo.cesium.app/",
     "helptip": {
       "enable": true,
       "installDocUrl": {
-- 
GitLab