Skip to content

Commit

Permalink
blank
Browse files Browse the repository at this point in the history
  • Loading branch information
sphere committed Oct 31, 2019
1 parent 17e06d8 commit 41ba502
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions service/src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@ export class AuthController {
): Promise<{ accessToken: string }> {
return this.authService.signIn(authCredentialsDto);
}

@UseGuards(AuthGuard())
@Put('profile')
getProfile(@Request() req) {
return 'success';
}
}

0 comments on commit 41ba502

Please sign in to comment.