This commit is contained in:
syuilo
2017-02-01 00:12:49 +09:00
parent 740ef6a542
commit 2d78329860
4 changed files with 26 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ app.use((req, res, next) => {
next();
});
require('./service/github')(app);
require('./service/twitter')(app);
module.exports = app;