diff --git a/package.json b/package.json index bceef800..394c7126 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cobalt", "description": "save what you love", - "version": "7.10.2", + "version": "7.10.3", "author": "wukko", "exports": "./src/cobalt.js", "type": "module", diff --git a/src/core/api.js b/src/core/api.js index 4ec36c34..5f910315 100644 --- a/src/core/api.js +++ b/src/core/api.js @@ -15,7 +15,7 @@ import { verifyStream } from "../modules/stream/manage.js"; export function runAPI(express, app, gitCommit, gitBranch, __dirname) { const corsConfig = process.env.cors === '0' ? { - origin: process.env.webURL, + origin: process.env.CORS_URL, optionsSuccessStatus: 200 } : {};