mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
11 lines
124 B
JavaScript
11 lines
124 B
JavaScript
function checkLicense() {
|
|
return {
|
|
status: 'ok',
|
|
type: 'community',
|
|
};
|
|
}
|
|
|
|
module.exports = {
|
|
checkLicense,
|
|
};
|