Skip to content

Commit af355e2

Browse files
committed
Update app.js
1 parent 0476d9b commit af355e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const corsOptions = {
3030

3131
app.use(express.static('public'))
3232
app.use(helmet());
33-
// app.use('/api', limiter);
33+
app.use('/api', limiter);
3434
app.use(cors(corsOptions));
3535
app.use(express.json({ limit: '10kb' }));
3636
app.use(cookieParser());

0 commit comments

Comments
 (0)