diff options
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -65,9 +65,6 @@ app.use(expressValidator({ | |||
65 | 65 | ||
66 | // ----------- Views, routes and static files ----------- | 66 | // ----------- Views, routes and static files ----------- |
67 | 67 | ||
68 | // Catch sefaults | ||
69 | require('segfault-handler').registerHandler() | ||
70 | |||
71 | // API routes | 68 | // API routes |
72 | const apiRoute = '/api/' + constants.API_VERSION | 69 | const apiRoute = '/api/' + constants.API_VERSION |
73 | app.use(apiRoute, routes.api) | 70 | app.use(apiRoute, routes.api) |