aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/apiBase.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/apiBase.js')
-rw-r--r--src/api/apiBase.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/apiBase.js b/src/api/apiBase.js
index ad37ca02c..2fad7eb21 100644
--- a/src/api/apiBase.js
+++ b/src/api/apiBase.js
@@ -12,6 +12,7 @@ import {
12 SERVER_NOT_LOADED, 12 SERVER_NOT_LOADED,
13} from '../config'; 13} from '../config';
14 14
15// Note: This cannot be used from the internal-server since we are not running within the context of a browser window
15const apiBase = (withVersion = true) => { 16const apiBase = (withVersion = true) => {
16 let url; 17 let url;
17 18