diff --git a/server.js b/server.js index 47883be..e7a1fe6 100644 --- a/server.js +++ b/server.js @@ -3,7 +3,7 @@ const fs = require('fs'); const path = require('path'); const app = express(); -const PORT = 9201; +const PORT = 9202; const ALERTS_FILE = path.join(__dirname, 'alerts.json'); app.use(express.json());