From 4eef953bbbe1d3306a381fffd1e2e5f8f53951df Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 28 May 2026 01:52:36 +0200 Subject: [PATCH] Dateien nach "backend/src" hochladen --- backend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/index.js b/backend/src/index.js index 24f8ded..4e0179f 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -5,7 +5,7 @@ const fs = require('fs'); require('./db'); const app = express(); -app.use(express.json()); +app.use(express.json({ limit: '10mb' })); // ── Security Headers ────────────────────────────────────────────────────────── app.use((_req, res, next) => {