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