summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-15 10:58:53 +0800
committerCheng-Han, Wu2016-05-15 10:58:53 +0800
commit22f7c4bdcb97ab9ce41fea61975783a3cf0fdb97 (patch)
treebcbf39c232748900cbdbf0c9a4b45591657bac50 /lib/response.js
parenta70ebf77620d6c5651e092cc4998c416161746cf (diff)
parent73835763c66a1e25ee1510a4a9d52c073115a39a (diff)
Merge branch 'jccrofty30-gitlab_authentication'
Diffstat (limited to 'lib/response.js')
-rw-r--r--lib/response.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js
index 994c65fe..99cd080a 100644
--- a/lib/response.js
+++ b/lib/response.js
@@ -94,6 +94,7 @@ function showIndex(req, res, next) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
+ gitlab: config.gitlab,
dropbox: config.dropbox
});
res.write(content);
@@ -124,6 +125,7 @@ function responseHackMD(res, note) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
+ gitlab: config.gitlab,
dropbox: config.dropbox
});
var buf = html;