scenes policies hotfix

parent 5841847c
Showing with 2 additions and 1 deletions
...@@ -124,7 +124,8 @@ module.exports.policies = { ...@@ -124,7 +124,8 @@ module.exports.policies = {
delete: ['tokenAuth', 'isSupAdmin'], delete: ['tokenAuth', 'isSupAdmin'],
unlink_supervisor: ['tokenAuth', 'isSupAdmin'], unlink_supervisor: ['tokenAuth', 'isSupAdmin'],
delete_picto: ['tokenAuth', 'isSupervisorOfStudent'], delete_picto: ['tokenAuth', 'isSupervisorOfStudent'],
getActiveScene: ['tokenAuth'] getActiveScene: ['tokenAuth'],
getScenes: ['tokenAuth']
}, },
LicenseController: { LicenseController: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment