Merge PR #118
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user