Skip to content
Snippets Groups Projects

Change token param

Merged GUVEN Kemal requested to merge changeTokenParam into master
4 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -47,6 +47,11 @@ export class GroupsController {
@Param() params: { id: string; role: string },
@Body() body: { personId: string; action: string },
): Promise<GroupEntity | void> {
console.log('***************' + params.id,
params.role,
body.personId,
body.action);
return this._groupsService.updateOneByRole(
params.id,
params.role,
Loading