mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
license checking
This commit is contained in:
7
packages/api/src/utility/checkLicense.js
Normal file
7
packages/api/src/utility/checkLicense.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function checkLicense() {
|
||||
return true;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
checkLicense,
|
||||
};
|
||||
Reference in New Issue
Block a user