aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/apiBase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/apiBase.ts')
-rw-r--r--src/api/apiBase.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/api/apiBase.ts b/src/api/apiBase.ts
index 649895fbc..522891fa0 100644
--- a/src/api/apiBase.ts
+++ b/src/api/apiBase.ts
@@ -1,15 +1,15 @@
1/**
2 * Get API base URL from store
3 */
4import { API_VERSION } from '../environment-remote';
5import { 1import {
6 DEV_API_FRANZ_WEBSITE, 2 DEV_API_FRANZ_WEBSITE,
7 LIVE_FRANZ_API,
8 LIVE_FERDIUM_API, 3 LIVE_FERDIUM_API,
4 LIVE_FRANZ_API,
9 LOCAL_HOSTNAME, 5 LOCAL_HOSTNAME,
10 LOCAL_SERVER, 6 LOCAL_SERVER,
11 SERVER_NOT_LOADED, 7 SERVER_NOT_LOADED,
12} from '../config'; 8} from '../config';
9/**
10 * Get API base URL from store
11 */
12import { API_VERSION } from '../environment-remote';
13import { fixUrl } from '../helpers/url-helpers'; 13import { fixUrl } from '../helpers/url-helpers';
14 14
15// Note: This cannot be used from the internal-server since we are not running within the context of a browser window 15// Note: This cannot be used from the internal-server since we are not running within the context of a browser window