diff --git a/packages/api/src/utility/authProxy.js b/packages/api/src/utility/authProxy.js index 060cc7f74..71803fc3a 100644 --- a/packages/api/src/utility/authProxy.js +++ b/packages/api/src/utility/authProxy.js @@ -46,6 +46,10 @@ async function tryToGetRefreshedLicense(oldLicenseKey) { }; } +function getAiGatewayServer() { + return {}; +} + module.exports = { isAuthProxySupported, authProxyGetRedirectUrl, @@ -59,4 +63,5 @@ module.exports = { callRefactorSqlQueryApi, getLicenseHttpHeaders, tryToGetRefreshedLicense, + getAiGatewayServer, };