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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/apiBase.ts b/src/api/apiBase.ts
index 510ccb619..a30793848 100644
--- a/src/api/apiBase.ts
+++ b/src/api/apiBase.ts
@@ -1,7 +1,7 @@
1/** 1/**
2 * Get API base URL from store 2 * Get API base URL from store
3 */ 3 */
4import { API_VERSION } from '../environment'; 4import { API_VERSION } from '../environment-remote';
5import { 5import {
6 DEV_API_FRANZ_WEBSITE, 6 DEV_API_FRANZ_WEBSITE,
7 LIVE_FRANZ_API, 7 LIVE_FRANZ_API,