summaryrefslogtreecommitdiff
path: root/src/api/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/server.ts')
-rw-r--r--src/api/server.ts1
1 files changed, 1 insertions, 0 deletions
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;