Skip to content

Commit

Permalink
fix: extension error
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 26, 2023
1 parent 2dc516a commit dfe3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/rate-limiter.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import rateLimit from 'express-rate-limit';
import { skipOnMyIp } from '../app/app.routes';
import { skipOnMyIp } from '../app/app.routes.js';

export const regularLimiter = rateLimit({
windowMs: 1 * 60 * 1000,
Expand Down

0 comments on commit dfe3ed4

Please sign in to comment.