From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/api/apiBase.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/api/apiBase.ts') 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 @@ -/** - * Get API base URL from store - */ -import { API_VERSION } from '../environment-remote'; import { DEV_API_FRANZ_WEBSITE, - LIVE_FRANZ_API, LIVE_FERDIUM_API, + LIVE_FRANZ_API, LOCAL_HOSTNAME, LOCAL_SERVER, SERVER_NOT_LOADED, } from '../config'; +/** + * Get API base URL from store + */ +import { API_VERSION } from '../environment-remote'; import { fixUrl } from '../helpers/url-helpers'; // Note: This cannot be used from the internal-server since we are not running within the context of a browser window -- cgit v1.2.3-70-g09d2