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:
parent
35165e1669
commit
13e2ab2566
2 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue