mirror of https://github.com/status-im/codimd.git
Update index.js
This commit is contained in:
parent
fc626a6724
commit
45976a8916
|
@ -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…
Reference in New Issue