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