Fix error page (missing googleDrive config)

This commit is contained in:
Jannik Lorenz 2016-04-23 14:15:24 +02:00
parent d7648e9cea
commit 404e44649f
No known key found for this signature in database
GPG Key ID: 89A94DE844A6F488
1 changed files with 2 additions and 1 deletions

View File

@ -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();