mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23: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 = {
|
||||
isAuthProxySupported,
|
||||
authProxyGetRedirectUrl,
|
||||
@@ -59,4 +63,5 @@ module.exports = {
|
||||
callRefactorSqlQueryApi,
|
||||
getLicenseHttpHeaders,
|
||||
tryToGetRefreshedLicense,
|
||||
getAiGatewayServer,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user