diff --git a/index.js b/index.js index cb11255c..b4f529c8 100644 --- a/index.js +++ b/index.js @@ -103,5 +103,5 @@ process.on('SIGTERM', () => shutdown('SIGTERM')); process.on('SIGINT', () => shutdown('SIGINT')); server.listen({ - port: 8001, + port: 8000, });