更新 src/server.js
This commit is contained in:
@@ -851,7 +851,7 @@ app.use((err, req, res, next) => {
|
||||
});
|
||||
});
|
||||
|
||||
const PORT = Number(process.env.PORT || 3000);
|
||||
const PORT = Number(process.env.PORT || 5678);
|
||||
app.listen(PORT, async () => {
|
||||
console.log(`Word parse API running on http://localhost:${PORT}`);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user