diff --git a/server.ts b/server.ts index f116acf..87fd8a2 100644 --- a/server.ts +++ b/server.ts @@ -1109,7 +1109,7 @@ app.post('/api/test-teams-webhook', async (c) => { 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}`);