diff --git a/lib/response.js b/lib/response.js index 043fdd8..9d75561 100644 --- a/lib/response.js +++ b/lib/response.js @@ -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();