feat: 🎸 remove conflict code

This commit is contained in:
Jin 2025-03-22 12:41:22 +01:00
parent fdc10d0120
commit 0871d16fbc

View File

@ -76,12 +76,6 @@ import etapiBackupRoute from "../etapi/backup.js";
import apiDocsRoute from "./api_docs.js";
const csrfMiddleware = csurf({
cookie: {
path: "" // empty, so cookie is valid only for the current path
}
});
const MAX_ALLOWED_FILE_SIZE_MB = 250;
const GET = "get",
PST = "post",