💿 bridgeConfig.ts

This commit is contained in:
nirholas
2026-03-31 10:22:36 +00:00
parent dd7a7cfa9b
commit 67cc62f60b

View File

@@ -46,3 +46,4 @@ export function getBridgeAccessToken(): string | undefined {
export function getBridgeBaseUrl(): string { export function getBridgeBaseUrl(): string {
return getBridgeBaseUrlOverride() ?? getOauthConfig().BASE_API_URL return getBridgeBaseUrlOverride() ?? getOauthConfig().BASE_API_URL
} }