Update server.js

This commit is contained in:
Critical Sool
2025-11-29 15:32:42 +01:00
committed by GitHub
parent 7c7498385f
commit da5ae0ef10
-2
View File
@@ -323,8 +323,6 @@ async function initializeRateLimiters() {
}
// Note: Rate limiters will be initialized after database connection
<<<<<<< HEAD
app.use(express.json({ limit: '10gb' }));
app.use(express.urlencoded({ extended: true, limit: '10gb' }));