mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Update index.js
This commit is contained in:
parent
fc626a6724
commit
45976a8916
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
|
|||
|
||||
// generate correct path
|
||||
config.sslcapath.forEach(function (capath, i, array) {
|
||||
array[i] = path.resolve(appRootPath, capath)
|
||||
array[i] = path.resolve(appRootPath, capath)
|
||||
})
|
||||
|
||||
config.sslcertpath = path.join(appRootPath, config.sslcertpath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue