Fix error page (missing googleDrive config)
This commit is contained in:
parent
d7648e9cea
commit
404e44649f
@ -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…
x
Reference in New Issue
Block a user