Skip to content

Commit

Permalink
refactor: temporally remove api limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Apr 17, 2024
1 parent b456429 commit 8d7c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/auth/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class AuthRoutes {

router.post(
'/login',
apiLimiter,
// apiLimiter,
ValidationMiddleware.validate(LoginUserDto),
authController.login
);
Expand Down

0 comments on commit 8d7c8fd

Please sign in to comment.