1
0

fix: Add v3 version to the server
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2026-02-06 20:28:16 +01:00
parent e3020a278f
commit cdd1d7c078

View File

@@ -20,7 +20,7 @@ import { getCurrentInterval } from "./scheduleRules.js";
import bodyParser from "body-parser";
import cors from "cors";
const VERSIONS = ["v1", "v2"];
const VERSIONS = ["v1", "v2", "v3"];
const PORT = process.env.PORT || 3000;
globalThis.File = class File {};