mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-17 04:15:16 +00:00
cors: revert cors name change in serverInfo
This commit is contained in:
parent
f3f0d0eb21
commit
18056dc7af
|
@ -143,7 +143,7 @@ export function runAPI(express, app, gitCommit, gitBranch, __dirname) {
|
|||
branch: gitBranch,
|
||||
name: process.env.API_NAME || "unknown",
|
||||
url: process.env.API_URL,
|
||||
cors_wildcard: process.env?.CORS_WILDCARD === "0" ? 0 : 1,
|
||||
cors: process.env?.CORS_WILDCARD === "0" ? 0 : 1,
|
||||
startTime: `${startTimestamp}`
|
||||
});
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue