Merge pull request #72 from criticalsool/patch-1

FIX BUG Syntax Error
This commit is contained in:
Paul Nothaft
2025-11-30 13:57:40 +01:00
committed by GitHub
-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' }));