This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user