api: remove API_NAME env variable & from server info

This commit is contained in:
wukko
2024-08-02 21:33:59 +06:00
parent 2575b0c145
commit 012fadd2f0
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ export function runAPI(express, app, gitCommit, gitBranch, __dirname) {
version: version,
commit: gitCommit,
branch: gitBranch,
name: env.apiName,
url: env.apiURL,
cors: Number(env.corsWildcard),
startTime: `${startTimestamp}`