Skip to content

Commit 2b060a1

Browse files
committed
Fixed the missing import
1 parent 26362ef commit 2b060a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const express = require('express')
22
const cors = require('cors')
33
const rateLimit = require('express-rate-limit')
4+
const path = require('node:path')
45
const {
56
badRequestHandler,
67
requestMethodHandler,

0 commit comments

Comments
 (0)