feat: 🎸 remove conflict code

pull/401/head
Jin 2025-03-22 12:41:22 +07:00
parent fdc10d0120
commit 0871d16fbc
1 changed files with 0 additions and 6 deletions

@ -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",