mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 09:45:59 +00:00
gw server API
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user