add:partner module

This commit is contained in:
ilham
2021-12-13 00:49:13 +07:00
parent 78470a0e3f
commit ff60406af2
14 changed files with 216 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ export class RoleService {
throw new HttpException(
{
statusCode: HttpStatus.NOT_FOUND,
error: 'Data not found',
error: 'Data Role not found',
},
HttpStatus.NOT_FOUND,
);