mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
refresh license fake
This commit is contained in:
@@ -40,6 +40,12 @@ function getLicenseHttpHeaders() {
|
||||
return {};
|
||||
}
|
||||
|
||||
async function tryToGetRefreshedLicense(oldLicenseKey) {
|
||||
return {
|
||||
status: 'error',
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
isAuthProxySupported,
|
||||
authProxyGetRedirectUrl,
|
||||
@@ -52,4 +58,5 @@ module.exports = {
|
||||
callCompleteOnCursorApi,
|
||||
callRefactorSqlQueryApi,
|
||||
getLicenseHttpHeaders,
|
||||
tryToGetRefreshedLicense,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user