Update port to 3020

This commit is contained in:
2025-12-31 03:44:28 +00:00
parent 5d9abb4cae
commit 701b27cf3f
+1 -1
View File
@@ -1109,7 +1109,7 @@ app.post('/api/test-teams-webhook', async (c) => {
return c.json({ success: ok, status: resp.status, body: text }); return c.json({ success: ok, status: resp.status, body: text });
}); });
const PORT = Number(process.env.PORT || 4000); const PORT = Number(process.env.PORT || 3020);
console.log(`Job Creation with Excel Sync server running at http://localhost:${PORT}`); console.log(`Job Creation with Excel Sync server running at http://localhost:${PORT}`);