mirror of
https://github.com/itsnaveenk/bazar3.git
synced 2025-12-19 22:57:06 +00:00
updated port
This commit is contained in:
parent
dfd65ac6dd
commit
9f9da65ace
@ -32,7 +32,7 @@ app.use((err, req, res, next) => {
|
|||||||
res.status(err.status || 500).json({ error: err.message || 'Internal Server Error' });
|
res.status(err.status || 500).json({ error: err.message || 'Internal Server Error' });
|
||||||
});
|
});
|
||||||
|
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 5500;
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`Server running on port ${PORT}`);
|
console.log(`Server running on port ${PORT}`);
|
||||||
});
|
});
|
||||||
Loading…
x
Reference in New Issue
Block a user