mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 18:04:54 +00:00
added listing api
This commit is contained in:
@ -29,4 +29,8 @@ export class UserDevicePermissionService {
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
async fetchuserPermission() {
|
||||
return await this.deviceUserTypeRepository.find();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user