Skip to content

Commit

Permalink
Funtional in hostings https
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyZeroZx committed Jun 30, 2022
1 parent e12ae15 commit e9ae5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class AuthController {
console.log('Retorne authOptions' , authOptions);
return authOptions;
}

//Funciona

@Post('verify-authentication')
async verifityAuthentication(@Body() data: any) {
Expand Down Expand Up @@ -113,7 +113,7 @@ export class AuthController {
default:
return { message: 'El usuario tiene un estado ' + user.estado };
}
*/
*/

@UseGuards(JwtAuthGuard)
@Post('reset-password')
Expand Down

0 comments on commit e9ae5c1

Please sign in to comment.