mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
fix
This commit is contained in:
@@ -5,6 +5,14 @@ function checkLicense() {
|
||||
};
|
||||
}
|
||||
|
||||
function checkLicenseKey(key) {
|
||||
return {
|
||||
status: 'ok',
|
||||
type: 'community',
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
checkLicense,
|
||||
checkLicenseKey,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user