Files
dbgate/packages/api/src/utility/checkLicense.js
Jan Prochazka ecde2da2af fixes
2024-08-15 14:52:38 +02:00

11 lines
124 B
JavaScript

function checkLicense() {
return {
status: 'ok',
type: 'community',
};
}
module.exports = {
checkLicense,
};