From 4ff3b935dba24fd69811a95e222e4c02f10656df Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 25 Nov 2024 23:34:34 -0500 Subject: Config update --- src/Config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.js') diff --git a/src/Config.js b/src/Config.js index 25259c7..02f4704 100644 --- a/src/Config.js +++ b/src/Config.js @@ -1,4 +1,5 @@ export const mode = globalThis.mode; export const apiServer = globalThis.apiServer; +export const secureApiServer = globalThis.secureApiServer; export const clientID = globalThis.clientID; export const authRedirectURL = globalThis.authRedirectURL; -- cgit v1.2.3