summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/response.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/response.js b/lib/response.js
index 9d75561a..994c65fe 100644
--- a/lib/response.js
+++ b/lib/response.js
@@ -72,8 +72,7 @@ function responseError(res, code, detail, msg) {
code: code,
detail: detail,
msg: msg,
- useCDN: config.usecdn,
- googleDrive: config.googleDrive,
+ useCDN: config.usecdn
});
res.write(content);
res.end();
@@ -95,8 +94,7 @@ function showIndex(req, res, next) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
- dropbox: config.dropbox,
- googleDrive: config.googleDrive,
+ dropbox: config.dropbox
});
res.write(content);
res.end();
@@ -126,8 +124,7 @@ function responseHackMD(res, note) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
- dropbox: config.dropbox,
- googleDrive: config.googleDrive,
+ dropbox: config.dropbox
});
var buf = html;
res.writeHead(200, {