mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
fixes
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
function checkLicenseWeb() {
|
||||
return {
|
||||
status: 'ok',
|
||||
type: 'community',
|
||||
};
|
||||
}
|
||||
|
||||
function checkLicenseApp() {
|
||||
function checkLicense() {
|
||||
return {
|
||||
status: 'ok',
|
||||
type: 'community',
|
||||
@@ -13,6 +6,5 @@ function checkLicenseApp() {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
checkLicenseWeb,
|
||||
checkLicenseApp,
|
||||
checkLicense,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user