Initial alert dashboard

This commit is contained in:
James 2026-02-13 06:30:31 -05:00
parent ff5a2daab6
commit b22a05f3af
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const fs = require('fs');
const path = require('path'); const path = require('path');
const app = express(); const app = express();
const PORT = 9201; const PORT = 9202;
const ALERTS_FILE = path.join(__dirname, 'alerts.json'); const ALERTS_FILE = path.join(__dirname, 'alerts.json');
app.use(express.json()); app.use(express.json());