Update port to 3020
This commit is contained in:
@@ -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}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user