move providers to their own folder

This commit is contained in:
perf3ct
2025-03-11 17:30:50 +00:00
parent d413e6015a
commit ff679b00b6
5 changed files with 13 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ import etapiBackupRoute from "../etapi/backup.js";
import apiDocsRoute from "./api_docs.js";
const MAX_ALLOWED_FILE_SIZE_MB = 250;
const MAX_ALLOWED_FILE_SIZE_MB = 100000;
const GET = "get",
PST = "post",
PUT = "put",