diff --git a/server.js b/server.js index e24cdd2..8ab6be6 100644 --- a/server.js +++ b/server.js @@ -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 {};