Closed musabkhunaijir closed 4 years ago
(users) is working fine:
users: { 'create:any': ['*'], 'read:any': ['*'], 'update:any': ['*'], 'delete:any': ['*'], }
but when trying (users/profile) is not working:
'users/profile': { 'create:any': ['*'], 'read:any': ['*'], 'update:any': ['*'], 'delete:any': ['*'], }
sorry, the bug was in my code
(users) is working fine:
but when trying (users/profile) is not working: