We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109479a commit e546853Copy full SHA for e546853
1 file changed
src/server/index.ts
@@ -11,6 +11,7 @@ const __filename = fileURLToPath(import.meta.url)
11
const __dirname = path.dirname(__filename)
12
13
const app = express()
14
+app.disable("x-powered-by")
15
const port = process.env.PORT || 3001
16
17
app.use(express.json({ limit: "50mb" }))
0 commit comments