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 = {
isAuthProxySupported,
authProxyGetRedirectUrl,
@@ -59,4 +63,5 @@ module.exports = {
callRefactorSqlQueryApi,
getLicenseHttpHeaders,
tryToGetRefreshedLicense,
getAiGatewayServer,
};