gw server API

This commit is contained in:
SPRINX0\prochazka
2025-07-24 08:55:21 +02:00
parent abe7fdf34d
commit 6ce50109da

View File

@@ -46,6 +46,10 @@ async function tryToGetRefreshedLicense(oldLicenseKey) {
}; };
} }
function getAiGatewayServer() {
return {};
}
module.exports = { module.exports = {
isAuthProxySupported, isAuthProxySupported,
authProxyGetRedirectUrl, authProxyGetRedirectUrl,
@@ -59,4 +63,5 @@ module.exports = {
callRefactorSqlQueryApi, callRefactorSqlQueryApi,
getLicenseHttpHeaders, getLicenseHttpHeaders,
tryToGetRefreshedLicense, tryToGetRefreshedLicense,
getAiGatewayServer,
}; };