change port number
This commit is contained in:
@@ -64,7 +64,7 @@ app.post('/api/positions', (req, res) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// start server
|
// start server
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 3085;
|
||||||
server.listen(PORT, () => {
|
server.listen(PORT, () => {
|
||||||
console.log(`Listening on http://localhost:${PORT}`);
|
console.log(`Listening on http://localhost:${PORT}`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user