This commit is contained in:
SPRINX0\prochazka 2024-09-09 16:58:11 +02:00
parent fdb5fdfadd
commit 5b010bcc53

View File

@ -5,6 +5,14 @@ function checkLicense() {
};
}
function checkLicenseKey(key) {
return {
status: 'ok',
type: 'community',
};
}
module.exports = {
checkLicense,
checkLicenseKey,
};