From 2d78329860795c8a2a4f2cd4eb8cd09945a93294 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Feb 2017 00:12:49 +0900 Subject: #52 --- src/api/server.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/server.ts') diff --git a/src/api/server.ts b/src/api/server.ts index 5f8de5719f..e94a7797f2 100644 --- a/src/api/server.ts +++ b/src/api/server.ts @@ -58,6 +58,7 @@ app.use((req, res, next) => { next(); }); +require('./service/github')(app); require('./service/twitter')(app); module.exports = app; -- cgit v1.2.3-freya