chore: fix default value for webroot
This commit is contained in:
parent
36cb6cc589
commit
7d1db72cf5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const AUTO_DELETE_EVERY_N_HOURS = process.env.AUTO_DELETE_EVERY_N_HOURS
|
||||||
? Number(process.env.AUTO_DELETE_EVERY_N_HOURS)
|
? Number(process.env.AUTO_DELETE_EVERY_N_HOURS)
|
||||||
: 24;
|
: 24;
|
||||||
|
|
||||||
const WEBROOT = process.env.WEBROOT ?? "/convertx";
|
const WEBROOT = process.env.WEBROOT ?? "";
|
||||||
|
|
||||||
// fileNames: fileNames,
|
// fileNames: fileNames,
|
||||||
// filesToConvert: fileNames.length,
|
// filesToConvert: fileNames.length,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue