rename root scope to cloudron scope (for lack of better scope name)

This commit is contained in:
Girish Ramakrishnan
2016-06-02 15:58:58 -07:00
parent 6d08af35a8
commit d2864dfe56
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ exports = module.exports = {
SCOPE_APPS: 'apps',
SCOPE_DEVELOPER: 'developer',
SCOPE_PROFILE: 'profile',
SCOPE_ROOT: 'root',
SCOPE_CLOUDRON: 'cloudron',
SCOPE_SETTINGS: 'settings',
SCOPE_USERS: 'users'
};
@@ -58,7 +58,7 @@ function validateScope(scope) {
exports.SCOPE_APPS,
exports.SCOPE_DEVELOPER,
exports.SCOPE_PROFILE,
exports.SCOPE_ROOT,
exports.SCOPE_CLOUDRON,
exports.SCOPE_SETTINGS,
exports.SCOPE_USERS
];