Skip to content

Commit

Permalink
Merge pull request #242 from ReseauEntourage/feature/EN-7764-7740-ref…
Browse files Browse the repository at this point in the history
…erer-test

Tests - Referer | Refering | Referer In Messaging etc...
  • Loading branch information
guillobits authored Dec 5, 2024
2 parents e4b038f + a418ad2 commit 22b3c44
Show file tree
Hide file tree
Showing 3 changed files with 1,299 additions and 239 deletions.
1 change: 1 addition & 0 deletions src/user-profiles/user-profiles.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export class UserProfilesController {
}

@UserPermissions(Permissions.REFERER)
@UseGuards(UserPermissionsGuard)
@Get('refered')
async findReferedCandidates(
@UserPayload('id', new ParseUUIDPipe()) userId: string,
Expand Down
Loading

0 comments on commit 22b3c44

Please sign in to comment.