1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Server: remove segfault handler

This commit is contained in:
Chocobozzz 2016-10-01 12:01:47 +02:00
parent 35165e1669
commit 13e2ab2566
2 changed files with 0 additions and 4 deletions

View file

@ -65,9 +65,6 @@ app.use(expressValidator({
// ----------- Views, routes and static files -----------
// Catch sefaults
require('segfault-handler').registerHandler()
// API routes
const apiRoute = '/api/' + constants.API_VERSION
app.use(apiRoute, routes.api)