Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed the missing import
  • Loading branch information
GauravWalia19 committed Oct 15, 2023
commit 2b060a144da78a2376e78ae5bd85d8c8b552745c
1 change: 1 addition & 0 deletions api/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const express = require('express')
const cors = require('cors')
const rateLimit = require('express-rate-limit')
const path = require('node:path')
const {
badRequestHandler,
requestMethodHandler,
Expand Down