mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Fix error page (missing googleDrive config)
This commit is contained in:
parent
d7648e9cea
commit
404e44649f
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ function responseError(res, code, detail, msg) {
|
|||
code: code,
|
||||
detail: detail,
|
||||
msg: msg,
|
||||
useCDN: config.usecdn
|
||||
useCDN: config.usecdn,
|
||||
googleDrive: config.googleDrive,
|
||||
});
|
||||
res.write(content);
|
||||
res.end();
|
||||
|
|
Loading…
Reference in a new issue